#6686CA

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

Shades of Danube #6686CA

Tints of Danube #6686CA

Color information

#6686CA (or 0x6686CA) is unknown color: approx Danube. HEX triplet: 66, 86 and CA. RGB value is (102,134,202). Sum of RGB (Red+Green+Blue) = 102+134+202=438 (58% of max value = 765). Red value is 102 (40.23% from 255 or 23.29% from 438); Green value is 134 (52.73% from 255 or 30.59% from 438); Blue value is 202 (79.30% from 255 or 46.12% from 438); Max value from RGB is 202 - color contains mainly: blue. Hex color #6686CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6686CA is #997935. Grayscale: #838383. Windows color (decimal): -10058038 or 13272678. OLE color: 13272678.

HSL color Cylindrical-coordinate representation of color #6686CA: hue angle of 220.8º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6686CA is Cyan = 0.50, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB102134202-
CMYK0.500.3400.21
HSL220.8º48.54%59.61%-
HSV(B)220.8º49.5%79.22%-
XYZ24.6724.1459.24-
YUV132.18167.4106.47-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 23.29%
GREEN value IS 134 (52.73% from 255) = 30.59%
BLUE value IS 202 (79.30% from 255) = 46.12%
R=23.29%
G=30.59%
B=46.12%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1021342020.500.3400.21220.848.5459.61
Hex6686CA3222015dd313c
Octal14620631262420253356174
Binary1100110100001101100101011001010001001010111011101110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6686CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6686CA; }

 p { color: rgb(102,134,202); }

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

<style>
 a { background-color: #6686CA; }

 a { background-color: rgb(102,134,202); }

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

<style>
 span { border-color: #6686CA; }

 span { border-color: rgb(102,134,202); }

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