#668CCB

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

Shades of Danube #668CCB

Tints of Danube #668CCB

Color information

#668CCB (or 0x668CCB) is unknown color: approx Danube. HEX triplet: 66, 8C and CB. RGB value is (102,140,203). Sum of RGB (Red+Green+Blue) = 102+140+203=445 (58% of max value = 765). Red value is 102 (40.23% from 255 or 22.92% from 445); Green value is 140 (55.08% from 255 or 31.46% from 445); Blue value is 203 (79.69% from 255 or 45.62% from 445); Max value from RGB is 203 - color contains mainly: blue. Hex color #668CCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #668CCB is #997334. Grayscale: #878787. Windows color (decimal): -10056501 or 13339750. OLE color: 13339750.

HSL color Cylindrical-coordinate representation of color #668CCB: hue angle of 217.43º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #668CCB is Cyan = 0.50, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB102140203-
CMYK0.500.3100.20
HSL217.43º49.27%59.8%-
HSV(B)217.43º49.75%79.61%-
XYZ25.6425.8960.15-
YUV135.82165.91103.88-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 22.92%
GREEN value IS 140 (55.08% from 255) = 31.46%
BLUE value IS 203 (79.69% from 255) = 45.62%
R=22.92%
G=31.46%
B=45.62%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1021402030.500.3100.20217.4349.2759.8
Hex668CCB321F014d9313c
Octal14621431362370243316174
Binary110011010001100110010111100101111101010011011001110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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