#668acb

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

Shades of Danube #668ACB

Tints of Danube #668ACB

Color information

#668ACB (or 0x668ACB) is unknown color: approx Danube. HEX triplet: 66, 8A and CB. RGB value is (102,138,203). Sum of RGB (Red+Green+Blue) = 102+138+203=443 (58% of max value = 765). Red value is 102 (40.23% from 255 or 23.02% from 443); Green value is 138 (54.30% from 255 or 31.15% from 443); Blue value is 203 (79.69% from 255 or 45.82% from 443); Max value from RGB is 203 - color contains mainly: blue. Hex color #668ACB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #668ACB is #997534. Grayscale: #868686. Windows color (decimal): -10057013 or 13339238. OLE color: 13339238.

HSL color Cylindrical-coordinate representation of color #668ACB: hue angle of 218.61º 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 #668ACB is Cyan = 0.50, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB102138203-
CMYK0.500.3200.20
HSL218.61º49.27%59.8%-
HSV(B)218.61º49.75%79.61%-
XYZ25.3525.3160.05-
YUV134.65166.57104.71-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 23.02%
GREEN value IS 138 (54.30% from 255) = 31.15%
BLUE value IS 203 (79.69% from 255) = 45.82%
R=23.02%
G=31.15%
B=45.82%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1021382030.500.3200.20218.6149.2759.8
Hex668ACB3220014db313c
Octal14621231362400243336174
Binary1100110100010101100101111001010000001010011011011110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668acb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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