#668BCF

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

Shades of Danube #668BCF

Tints of Danube #668BCF

Color information

#668BCF (or 0x668BCF) is unknown color: approx Danube. HEX triplet: 66, 8B and CF. RGB value is (102,139,207). Sum of RGB (Red+Green+Blue) = 102+139+207=448 (59% of max value = 765). Red value is 102 (40.23% from 255 or 22.77% from 448); Green value is 139 (54.69% from 255 or 31.03% from 448); Blue value is 207 (81.25% from 255 or 46.21% from 448); Max value from RGB is 207 - color contains mainly: blue. Hex color #668BCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #668BCF is #997430. Grayscale: #878787. Windows color (decimal): -10056753 or 13601638. OLE color: 13601638.

HSL color Cylindrical-coordinate representation of color #668BCF: hue angle of 218.86º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #668BCF is Cyan = 0.51, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB102139207-
CMYK0.510.3300.19
HSL218.86º52.24%60.59%-
HSV(B)218.86º50.72%81.18%-
XYZ25.9725.862.64-
YUV135.69168.24103.97-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 22.77%
GREEN value IS 139 (54.69% from 255) = 31.03%
BLUE value IS 207 (81.25% from 255) = 46.21%
R=22.77%
G=31.03%
B=46.21%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1021392070.510.3300.19218.8652.2460.59
Hex668BCF3321013db343d
Octal14621331763410233336475
Binary1100110100010111100111111001110000101001111011011110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668BCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,139,207); }

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

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

 a { background-color: rgb(102,139,207); }

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

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

 span { border-color: rgb(102,139,207); }

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