#6D90BC

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

Shades of Danube #6D90BC

Tints of Danube #6D90BC

Color information

#6D90BC (or 0x6D90BC) is unknown color: approx Danube. HEX triplet: 6D, 90 and BC. RGB value is (109,144,188). Sum of RGB (Red+Green+Blue) = 109+144+188=441 (58% of max value = 765). Red value is 109 (42.97% from 255 or 24.72% from 441); Green value is 144 (56.64% from 255 or 32.65% from 441); Blue value is 188 (73.83% from 255 or 42.63% from 441); Max value from RGB is 188 - color contains mainly: blue. Hex color #6D90BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D90BC is #926F43. Grayscale: #8A8A8A. Windows color (decimal): -9596740 or 12357741. OLE color: 12357741.

HSL color Cylindrical-coordinate representation of color #6D90BC: hue angle of 213.42º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6D90BC is Cyan = 0.42, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB109144188-
CMYK0.420.2300.26
HSL213.42º37.09%58.24%-
HSV(B)213.42º42.02%73.73%-
XYZ25.3626.8351.42-
YUV138.55155.9106.92-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 24.72%
GREEN value IS 144 (56.64% from 255) = 32.65%
BLUE value IS 188 (73.83% from 255) = 42.63%
R=24.72%
G=32.65%
B=42.63%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1091441880.420.2300.26213.4237.0958.24
Hex6D90BC2A1701Ad5253a
Octal15522027452270323254572
Binary110110110010000101111001010101011101101011010101100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D90BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6D90BC; }

 p { color: rgb(109,144,188); }

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

<style>
 a { background-color: #6D90BC; }

 a { background-color: rgb(109,144,188); }

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

<style>
 span { border-color: #6D90BC; }

 span { border-color: rgb(109,144,188); }

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