#6692BC

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

Shades of Danube #6692BC

Tints of Danube #6692BC

Color information

#6692BC (or 0x6692BC) is unknown color: approx Danube. HEX triplet: 66, 92 and BC. RGB value is (102,146,188). Sum of RGB (Red+Green+Blue) = 102+146+188=436 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.39% from 436); Green value is 146 (57.42% from 255 or 33.49% from 436); Blue value is 188 (73.83% from 255 or 43.12% from 436); Max value from RGB is 188 - color contains mainly: blue. Hex color #6692BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6692BC is #996D43. Grayscale: #898989. Windows color (decimal): -10054980 or 12358246. OLE color: 12358246.

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

Color convert

RGB102146188-
CMYK0.460.2200.26
HSL209.3º39.09%56.86%-
HSV(B)209.3º45.74%73.73%-
XYZ24.8427.0151.48-
YUV137.63156.42102.58-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 23.39%
GREEN value IS 146 (57.42% from 255) = 33.49%
BLUE value IS 188 (73.83% from 255) = 43.12%
R=23.39%
G=33.49%
B=43.12%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1021461880.460.2200.26209.339.0956.86
Hex6692BC2E1601Ad12739
Octal14622227456260323214771
Binary110011010010010101111001011101011001101011010001100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6692BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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