#6D91BC

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

Shades of Danube #6D91BC

Tints of Danube #6D91BC

Color information

#6D91BC (or 0x6D91BC) is unknown color: approx Danube. HEX triplet: 6D, 91 and BC. RGB value is (109,145,188). Sum of RGB (Red+Green+Blue) = 109+145+188=442 (58% of max value = 765). Red value is 109 (42.97% from 255 or 24.66% from 442); Green value is 145 (57.03% from 255 or 32.81% from 442); Blue value is 188 (73.83% from 255 or 42.53% from 442); Max value from RGB is 188 - color contains mainly: blue. Hex color #6D91BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D91BC is #926E43. Grayscale: #8A8A8A. Windows color (decimal): -9596484 or 12357997. OLE color: 12357997.

HSL color Cylindrical-coordinate representation of color #6D91BC: hue angle of 212.66º 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 #6D91BC is Cyan = 0.42, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB109145188-
CMYK0.420.2300.26
HSL212.66º37.09%58.24%-
HSV(B)212.66º42.02%73.73%-
XYZ25.5127.1351.47-
YUV139.14155.57106.5-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 24.66%
GREEN value IS 145 (57.03% from 255) = 32.81%
BLUE value IS 188 (73.83% from 255) = 42.53%
R=24.66%
G=32.81%
B=42.53%

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
Decimal1091451880.420.2300.26212.6637.0958.24
Hex6D91BC2A1701Ad5253a
Octal15522127452270323254572
Binary110110110010001101111001010101011101101011010101100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D91BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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