#668EBE

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

Shades of Danube #668EBE

Tints of Danube #668EBE

Color information

#668EBE (or 0x668EBE) is unknown color: approx Danube. HEX triplet: 66, 8E and BE. RGB value is (102,142,190). Sum of RGB (Red+Green+Blue) = 102+142+190=434 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.50% from 434); Green value is 142 (55.86% from 255 or 32.72% from 434); Blue value is 190 (74.61% from 255 or 43.78% from 434); Max value from RGB is 190 - color contains mainly: blue. Hex color #668EBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #668EBE is #997141. Grayscale: #878787. Windows color (decimal): -10056002 or 12488294. OLE color: 12488294.

HSL color Cylindrical-coordinate representation of color #668EBE: hue angle of 212.73º 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 #668EBE is Cyan = 0.46, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB102142190-
CMYK0.460.2500.25
HSL212.73º40.37%57.25%-
HSV(B)212.73º46.32%74.51%-
XYZ24.4525.8952.42-
YUV135.51158.75104.1-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 23.50%
GREEN value IS 142 (55.86% from 255) = 32.72%
BLUE value IS 190 (74.61% from 255) = 43.78%
R=23.50%
G=32.72%
B=43.78%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1021421900.460.2500.25212.7340.3757.25
Hex668EBE2E19019d52839
Octal14621627656310313255071
Binary110011010001110101111101011101100101100111010101101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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