#668CBC

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

Shades of Danube #668CBC

Tints of Danube #668CBC

Color information

#668CBC (or 0x668CBC) is unknown color: approx Danube. HEX triplet: 66, 8C and BC. RGB value is (102,140,188). Sum of RGB (Red+Green+Blue) = 102+140+188=430 (56% of max value = 765). Red value is 102 (40.23% from 255 or 23.72% from 430); Green value is 140 (55.08% from 255 or 32.56% from 430); Blue value is 188 (73.83% from 255 or 43.72% from 430); Max value from RGB is 188 - color contains mainly: blue. Hex color #668CBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #668CBC is #997343. Grayscale: #858585. Windows color (decimal): -10056516 or 12356710. OLE color: 12356710.

HSL color Cylindrical-coordinate representation of color #668CBC: hue angle of 213.49º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #668CBC is Cyan = 0.46, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB102140188-
CMYK0.460.2600.26
HSL213.49º39.09%56.86%-
HSV(B)213.49º45.74%73.73%-
XYZ23.9325.2151.18-
YUV134.11158.41105.1-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 23.72%
GREEN value IS 140 (55.08% from 255) = 32.56%
BLUE value IS 188 (73.83% from 255) = 43.72%
R=23.72%
G=32.56%
B=43.72%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1021401880.460.2600.26213.4939.0956.86
Hex668CBC2E1A01Ad52739
Octal14621427456320323254771
Binary110011010001100101111001011101101001101011010101100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,140,188); }

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

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

 a { background-color: rgb(102,140,188); }

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

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

 span { border-color: rgb(102,140,188); }

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