#668ABE

Color #668ABE Danube (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Danube #668ABE

Tints of Danube #668ABE

Color information

#668ABE (or 0x668ABE) is unknown color: approx Danube. HEX triplet: 66, 8A and BE. RGB value is (102,138,190). Sum of RGB (Red+Green+Blue) = 102+138+190=430 (56% of max value = 765). Red value is 102 (40.23% from 255 or 23.72% from 430); Green value is 138 (54.30% from 255 or 32.09% from 430); Blue value is 190 (74.61% from 255 or 44.19% from 430); Max value from RGB is 190 - color contains mainly: blue. Hex color #668ABE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #668ABE is #997541. Grayscale: #848484. Windows color (decimal): -10057026 or 12487270. OLE color: 12487270.

HSL color Cylindrical-coordinate representation of color #668ABE: hue angle of 215.45º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #668ABE is Cyan = 0.46, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB102138190-
CMYK0.460.2700.25
HSL215.45º40.37%57.25%-
HSV(B)215.45º46.32%74.51%-
XYZ23.8624.7252.23-
YUV133.16160.07105.77-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 102 (40.23% from 255) = 23.72%
GREEN value IS 138 (54.30% from 255) = 32.09%
BLUE value IS 190 (74.61% from 255) = 44.19%
R=23.72%
G=32.09%
B=44.19%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1021381900.460.2700.25215.4540.3757.25
Hex668ABE2E1B019d72839
Octal14621227656330313275071
Binary110011010001010101111101011101101101100111010111101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668ABE; }

 p { color: rgb(102,138,190); }

 H1.HeaderClassName
 {
   color: #668ABE;
 }
 .AnyTagClassName
 {
   color: #668ABE;
 }
</style>
background-color css

<style>
 a { background-color: #668ABE; }

 a { background-color: rgb(102,138,190); }

 div.DivClassName
 {
   background-color: #668ABE;
 }
 .BgClassName
 {
   background-color: #668ABE;
 }
</style>
border-color css

<style>
 span { border-color: #668ABE; }

 span { border-color: rgb(102,138,190); }

 td.TdClassName
 {
   border-color: #668ABE;
 }
 .TagClassName
 {
   border-color: #668ABE;
 }
</style>