#6685CA

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

Shades of Danube #6685CA

Tints of Danube #6685CA

Color information

#6685CA (or 0x6685CA) is unknown color: approx Danube. HEX triplet: 66, 85 and CA. RGB value is (102,133,202). Sum of RGB (Red+Green+Blue) = 102+133+202=437 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.34% from 437); Green value is 133 (52.34% from 255 or 30.43% from 437); Blue value is 202 (79.30% from 255 or 46.22% from 437); Max value from RGB is 202 - color contains mainly: blue. Hex color #6685CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6685CA is #997A35. Grayscale: #838383. Windows color (decimal): -10058294 or 13272422. OLE color: 13272422.

HSL color Cylindrical-coordinate representation of color #6685CA: hue angle of 221.4º 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 #6685CA is Cyan = 0.50, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB102133202-
CMYK0.500.3400.21
HSL221.4º48.54%59.61%-
HSV(B)221.4º49.5%79.22%-
XYZ24.5323.8659.19-
YUV131.6167.73106.89-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 23.34%
GREEN value IS 133 (52.34% from 255) = 30.43%
BLUE value IS 202 (79.30% from 255) = 46.22%
R=23.34%
G=30.43%
B=46.22%

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
Decimal1021332020.500.3400.21221.448.5459.61
Hex6685CA3222015dd313c
Octal14620531262420253356174
Binary1100110100001011100101011001010001001010111011101110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6685CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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