#6691BE

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

Shades of Danube #6691BE

Tints of Danube #6691BE

Color information

#6691BE (or 0x6691BE) is unknown color: approx Danube. HEX triplet: 66, 91 and BE. RGB value is (102,145,190). Sum of RGB (Red+Green+Blue) = 102+145+190=437 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.34% from 437); Green value is 145 (57.03% from 255 or 33.18% from 437); Blue value is 190 (74.61% from 255 or 43.48% from 437); Max value from RGB is 190 - color contains mainly: blue. Hex color #6691BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6691BE is #996E41. Grayscale: #898989. Windows color (decimal): -10055234 or 12489062. OLE color: 12489062.

HSL color Cylindrical-coordinate representation of color #6691BE: hue angle of 210.68º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6691BE is Cyan = 0.46, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB102145190-
CMYK0.460.2400.25
HSL210.68º40.37%57.25%-
HSV(B)210.68º46.32%74.51%-
XYZ24.926.7952.57-
YUV137.27157.75102.84-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 23.34%
GREEN value IS 145 (57.03% from 255) = 33.18%
BLUE value IS 190 (74.61% from 255) = 43.48%
R=23.34%
G=33.18%
B=43.48%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1021451900.460.2400.25210.6840.3757.25
Hex6691BE2E18019d32839
Octal14622127656300313235071
Binary110011010010001101111101011101100001100111010011101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6691BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6691BE; }

 p { color: rgb(102,145,190); }

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

<style>
 a { background-color: #6691BE; }

 a { background-color: rgb(102,145,190); }

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

<style>
 span { border-color: #6691BE; }

 span { border-color: rgb(102,145,190); }

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