#668ABF

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

Shades of Danube #668ABF

Tints of Danube #668ABF

Color information

#668ABF (or 0x668ABF) is unknown color: approx Danube. HEX triplet: 66, 8A and BF. RGB value is (102,138,191). Sum of RGB (Red+Green+Blue) = 102+138+191=431 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.67% from 431); Green value is 138 (54.30% from 255 or 32.02% from 431); Blue value is 191 (75% from 255 or 44.32% from 431); Max value from RGB is 191 - color contains mainly: blue. Hex color #668ABF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #668ABF is #997540. Grayscale: #858585. Windows color (decimal): -10057025 or 12552806. OLE color: 12552806.

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

Color convert

RGB102138191-
CMYK0.470.2800.25
HSL215.73º41.01%57.45%-
HSV(B)215.73º46.6%74.9%-
XYZ23.9724.7652.81-
YUV133.28160.57105.69-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 23.67%
GREEN value IS 138 (54.30% from 255) = 32.02%
BLUE value IS 191 (75% from 255) = 44.32%
R=23.67%
G=32.02%
B=44.32%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1021381910.470.2800.25215.7341.0157.45
Hex668ABF2F1C019d82939
Octal14621227757340313305171
Binary110011010001010101111111011111110001100111011000101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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