#6E8FBF

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

Shades of Danube #6E8FBF

Tints of Danube #6E8FBF

Color information

#6E8FBF (or 0x6E8FBF) is unknown color: approx Danube. HEX triplet: 6E, 8F and BF. RGB value is (110,143,191). Sum of RGB (Red+Green+Blue) = 110+143+191=444 (58% of max value = 765). Red value is 110 (43.36% from 255 or 24.77% from 444); Green value is 143 (56.25% from 255 or 32.21% from 444); Blue value is 191 (75% from 255 or 43.02% from 444); Max value from RGB is 191 - color contains mainly: blue. Hex color #6E8FBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6E8FBF is #917040. Grayscale: #8A8A8A. Windows color (decimal): -9531457 or 12554094. OLE color: 12554094.

HSL color Cylindrical-coordinate representation of color #6E8FBF: hue angle of 215.56º degrees, saturation: 0.39, 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 #6E8FBF is Cyan = 0.42, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB110143191-
CMYK0.420.2500.25
HSL215.56º38.76%59.02%-
HSV(B)215.56º42.41%74.9%-
XYZ25.6626.7253.1-
YUV138.6157.57107.6-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 24.77%
GREEN value IS 143 (56.25% from 255) = 32.21%
BLUE value IS 191 (75% from 255) = 43.02%
R=24.77%
G=32.21%
B=43.02%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1101431910.420.2500.25215.5638.7659.02
Hex6E8FBF2A19019d8273b
Octal15621727752310313304773
Binary110111010001111101111111010101100101100111011000100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E8FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,143,191); }

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

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

 a { background-color: rgb(110,143,191); }

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

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

 span { border-color: rgb(110,143,191); }

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