#6F92BE

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

Shades of Danube #6F92BE

Tints of Danube #6F92BE

Color information

#6F92BE (or 0x6F92BE) is unknown color: approx Danube. HEX triplet: 6F, 92 and BE. RGB value is (111,146,190). Sum of RGB (Red+Green+Blue) = 111+146+190=447 (59% of max value = 765). Red value is 111 (43.75% from 255 or 24.83% from 447); Green value is 146 (57.42% from 255 or 32.66% from 447); Blue value is 190 (74.61% from 255 or 42.51% from 447); Max value from RGB is 190 - color contains mainly: blue. Hex color #6F92BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F92BE is #906D41. Grayscale: #8C8C8C. Windows color (decimal): -9465154 or 12489327. OLE color: 12489327.

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

Color convert

RGB111146190-
CMYK0.420.2300.25
HSL213.42º37.8%59.02%-
HSV(B)213.42º41.58%74.51%-
XYZ26.1327.6552.68-
YUV140.55155.9106.92-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 24.83%
GREEN value IS 146 (57.42% from 255) = 32.66%
BLUE value IS 190 (74.61% from 255) = 42.51%
R=24.83%
G=32.66%
B=42.51%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1111461900.420.2300.25213.4237.859.02
Hex6F92BE2A17019d5263b
Octal15722227652270313254673
Binary110111110010010101111101010101011101100111010101100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F92BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,146,190); }

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

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

 a { background-color: rgb(111,146,190); }

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

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

 span { border-color: rgb(111,146,190); }

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