#668FB9

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

Shades of Danube #668FB9

Tints of Danube #668FB9

Color information

#668FB9 (or 0x668FB9) is unknown color: approx Danube. HEX triplet: 66, 8F and B9. RGB value is (102,143,185). Sum of RGB (Red+Green+Blue) = 102+143+185=430 (56% of max value = 765). Red value is 102 (40.23% from 255 or 23.72% from 430); Green value is 143 (56.25% from 255 or 33.26% from 430); Blue value is 185 (72.66% from 255 or 43.02% from 430); Max value from RGB is 185 - color contains mainly: blue. Hex color #668FB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #668FB9 is #997046. Grayscale: #878787. Windows color (decimal): -10055751 or 12160870. OLE color: 12160870.

HSL color Cylindrical-coordinate representation of color #668FB9: hue angle of 210.36º degrees, saturation: 0.37, 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 #668FB9 is Cyan = 0.45, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB102143185-
CMYK0.450.2300.27
HSL210.36º37.22%56.27%-
HSV(B)210.36º44.86%72.55%-
XYZ24.0625.9749.64-
YUV135.53155.92104.08-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 23.72%
GREEN value IS 143 (56.25% from 255) = 33.26%
BLUE value IS 185 (72.66% from 255) = 43.02%
R=23.72%
G=33.26%
B=43.02%

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
Decimal1021431850.450.2300.27210.3637.2256.27
Hex668FB92D1701Bd22538
Octal14621727155270333224570
Binary110011010001111101110011011011011101101111010010100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668FB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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