#6E94CB

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

Shades of Danube #6E94CB

Tints of Danube #6E94CB

Color information

#6E94CB (or 0x6E94CB) is unknown color: approx Danube. HEX triplet: 6E, 94 and CB. RGB value is (110,148,203). Sum of RGB (Red+Green+Blue) = 110+148+203=461 (61% of max value = 765). Red value is 110 (43.36% from 255 or 23.86% from 461); Green value is 148 (58.20% from 255 or 32.10% from 461); Blue value is 203 (79.69% from 255 or 44.03% from 461); Max value from RGB is 203 - color contains mainly: blue. Hex color #6E94CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6E94CB is #916B34. Grayscale: #8E8E8E. Windows color (decimal): -9530165 or 13341806. OLE color: 13341806.

HSL color Cylindrical-coordinate representation of color #6E94CB: hue angle of 215.48º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6E94CB is Cyan = 0.46, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB110148203-
CMYK0.460.2700.20
HSL215.48º47.21%61.37%-
HSV(B)215.48º45.81%79.61%-
XYZ27.828.8160.59-
YUV142.91161.91104.53-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 23.86%
GREEN value IS 148 (58.20% from 255) = 32.10%
BLUE value IS 203 (79.69% from 255) = 44.03%
R=23.86%
G=32.10%
B=44.03%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1101482030.460.2700.20215.4847.2161.37
Hex6E94CB2E1B014d72f3d
Octal15622431356330243275775
Binary110111010010100110010111011101101101010011010111101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E94CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,148,203); }

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

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

 a { background-color: rgb(110,148,203); }

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

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

 span { border-color: rgb(110,148,203); }

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