#668ABC

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

Shades of Danube #668ABC

Tints of Danube #668ABC

Color information

#668ABC (or 0x668ABC) is unknown color: approx Danube. HEX triplet: 66, 8A and BC. RGB value is (102,138,188). Sum of RGB (Red+Green+Blue) = 102+138+188=428 (56% of max value = 765). Red value is 102 (40.23% from 255 or 23.83% from 428); Green value is 138 (54.30% from 255 or 32.24% from 428); Blue value is 188 (73.83% from 255 or 43.93% from 428); Max value from RGB is 188 - color contains mainly: blue. Hex color #668ABC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #668ABC is #997543. Grayscale: #848484. Windows color (decimal): -10057028 or 12356198. OLE color: 12356198.

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

Color convert

RGB102138188-
CMYK0.460.2700.26
HSL214.88º39.09%56.86%-
HSV(B)214.88º45.74%73.73%-
XYZ23.6524.6351.09-
YUV132.94159.07105.93-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 23.83%
GREEN value IS 138 (54.30% from 255) = 32.24%
BLUE value IS 188 (73.83% from 255) = 43.93%
R=23.83%
G=32.24%
B=43.93%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1021381880.460.2700.26214.8839.0956.86
Hex668ABC2E1B01Ad72739
Octal14621227456330323274771
Binary110011010001010101111001011101101101101011010111100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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