#6F91BC

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

Shades of Danube #6F91BC

Tints of Danube #6F91BC

Color information

#6F91BC (or 0x6F91BC) is unknown color: approx Danube. HEX triplet: 6F, 91 and BC. RGB value is (111,145,188). Sum of RGB (Red+Green+Blue) = 111+145+188=444 (58% of max value = 765). Red value is 111 (43.75% from 255 or 25% from 444); Green value is 145 (57.03% from 255 or 32.66% from 444); Blue value is 188 (73.83% from 255 or 42.34% from 444); Max value from RGB is 188 - color contains mainly: blue. Hex color #6F91BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F91BC is #906E43. Grayscale: #8B8B8B. Windows color (decimal): -9465412 or 12357999. OLE color: 12357999.

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

Color convert

RGB111145188-
CMYK0.410.2300.26
HSL213.51º36.49%58.63%-
HSV(B)213.51º40.96%73.73%-
XYZ25.7627.2651.48-
YUV139.74155.24107.5-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 25%
GREEN value IS 145 (57.03% from 255) = 32.66%
BLUE value IS 188 (73.83% from 255) = 42.34%
R=25%
G=32.66%
B=42.34%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1111451880.410.2300.26213.5136.4958.63
Hex6F91BC291701Ad6243b
Octal15722127451270323264473
Binary110111110010001101111001010011011101101011010110100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F91BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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