#6C8EBE

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

Shades of Danube #6C8EBE

Tints of Danube #6C8EBE

Color information

#6C8EBE (or 0x6C8EBE) is unknown color: approx Danube. HEX triplet: 6C, 8E and BE. RGB value is (108,142,190). Sum of RGB (Red+Green+Blue) = 108+142+190=440 (58% of max value = 765). Red value is 108 (42.58% from 255 or 24.55% from 440); Green value is 142 (55.86% from 255 or 32.27% from 440); Blue value is 190 (74.61% from 255 or 43.18% from 440); Max value from RGB is 190 - color contains mainly: blue. Hex color #6C8EBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6C8EBE is #937141. Grayscale: #898989. Windows color (decimal): -9662786 or 12488300. OLE color: 12488300.

HSL color Cylindrical-coordinate representation of color #6C8EBE: hue angle of 215.12º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6C8EBE is Cyan = 0.43, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB108142190-
CMYK0.430.2500.25
HSL215.12º38.68%58.43%-
HSV(B)215.12º43.16%74.51%-
XYZ25.1526.2552.46-
YUV137.31157.74107.1-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 24.55%
GREEN value IS 142 (55.86% from 255) = 32.27%
BLUE value IS 190 (74.61% from 255) = 43.18%
R=24.55%
G=32.27%
B=43.18%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1081421900.430.2500.25215.1238.6858.43
Hex6C8EBE2B19019d7273a
Octal15421627653310313274772
Binary110110010001110101111101010111100101100111010111100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C8EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,142,190); }

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

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

 a { background-color: rgb(108,142,190); }

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

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

 span { border-color: rgb(108,142,190); }

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