#6685BC

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

Shades of Danube #6685BC

Tints of Danube #6685BC

Color information

#6685BC (or 0x6685BC) is unknown color: approx Danube. HEX triplet: 66, 85 and BC. RGB value is (102,133,188). Sum of RGB (Red+Green+Blue) = 102+133+188=423 (56% of max value = 765). Red value is 102 (40.23% from 255 or 24.11% from 423); Green value is 133 (52.34% from 255 or 31.44% from 423); Blue value is 188 (73.83% from 255 or 44.44% from 423); Max value from RGB is 188 - color contains mainly: blue. Hex color #6685BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6685BC is #997A43. Grayscale: #818181. Windows color (decimal): -10058308 or 12354918. OLE color: 12354918.

HSL color Cylindrical-coordinate representation of color #6685BC: hue angle of 218.37º 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 #6685BC is Cyan = 0.46, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB102133188-
CMYK0.460.2900.26
HSL218.37º39.09%56.86%-
HSV(B)218.37º45.74%73.73%-
XYZ22.9423.2350.85-
YUV130160.73108.03-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.11%
GREEN value IS 133 (52.34% from 255) = 31.44%
BLUE value IS 188 (73.83% from 255) = 44.44%
R=24.11%
G=31.44%
B=44.44%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1021331880.460.2900.26218.3739.0956.86
Hex6685BC2E1D01Ada2739
Octal14620527456350323324771
Binary110011010000101101111001011101110101101011011010100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6685BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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