#668FBA

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

Shades of Danube #668FBA

Tints of Danube #668FBA

Color information

#668FBA (or 0x668FBA) is unknown color: approx Danube. HEX triplet: 66, 8F and BA. RGB value is (102,143,186). Sum of RGB (Red+Green+Blue) = 102+143+186=431 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.67% from 431); Green value is 143 (56.25% from 255 or 33.18% from 431); Blue value is 186 (73.05% from 255 or 43.16% from 431); Max value from RGB is 186 - color contains mainly: blue. Hex color #668FBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #668FBA is #997045. Grayscale: #878787. Windows color (decimal): -10055750 or 12226406. OLE color: 12226406.

HSL color Cylindrical-coordinate representation of color #668FBA: hue angle of 210.71º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #668FBA is Cyan = 0.45, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB102143186-
CMYK0.450.2300.27
HSL210.71º37.84%56.47%-
HSV(B)210.71º45.16%72.94%-
XYZ24.1626.0150.2-
YUV135.64156.42104-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 23.67%
GREEN value IS 143 (56.25% from 255) = 33.18%
BLUE value IS 186 (73.05% from 255) = 43.16%
R=23.67%
G=33.18%
B=43.16%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1021431860.450.2300.27210.7137.8456.47
Hex668FBA2D1701Bd32638
Octal14621727255270333234670
Binary110011010001111101110101011011011101101111010011100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,143,186); }

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

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

 a { background-color: rgb(102,143,186); }

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

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

 span { border-color: rgb(102,143,186); }

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