Html Css Color HEX #6E95CE Danube

📋 copy color: '#6E95CE'

red 110 ◦ green 149 ◦ blue 206

#6E95CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Danube #6E95CE

Tints of Danube #6E95CE

RGB

 RED value IS 110 (43.36% from 255) = 23.66%

 GREEN value IS 149 (58.59% from 255) = 32.04%

 BLUE value IS 206 (80.86% from 255) = 44.3%

R = 23.66%
G = 32.04%
B = 44.3%

CMYK

 C value IS 0.47

 M value IS 0.28

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6E95CE (or 0x6E95CE) is known color: Danube. HEX triplet: 6E, 95 and CE. RGB value is (110,149,206). Sum of RGB (Red+Green+Blue) = 110+149+206=465 (61% of max value = 765). Red value is 110 (43.36% from 255 or 23.66% from 465); Green value is 149 (58.59% from 255 or 32.04% from 465); Blue value is 206 (80.86% from 255 or 44.30% from 465); Max value from RGB is 206 - color contains mainly: blue. Hex color #6E95CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6E95CE is #916A31. Grayscale: #8F8F8F. Windows color (decimal): -9529906 or 13538670. OLE color: 13538670.

HSL color Cylindrical-coordinate representation of color #6E95CE: hue angle of 215.62º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6E95CE is Cyan = 0.47, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 110 149 206 -
CMYK 0.47 0.28 0 0.19
HSL 215.63º 0.49% 0.62% -
HSV(B) 215.63º 0.47% 0.81% -
XYZ 28.32 29.27 62.55 -
YUV 143.84 163.08 103.87 -
System Red Green Blue C M Y K H S L
Decimal 110 149 206 0.47 0.28 0 0.19 215.63 0.49 0.62
Hex 6E 95 CE 2F 1C 0 13 D8 31 3E
Octal 156 225 316 57 34 0 23 330 61 76
Binary 1101110 10010101 11001110 101111 11100 0 10011 11011000 110001 111110

Color Harmonies of #6E95CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E95CE

Black with #6E95CE

Text Example


Text Example

White with #6E95CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,149,206); }

 H1.HeaderClassName
 {
   color: #6E95CE;
 }
 .AnyTagClassName
 {
   color: #6E95CE;
 }
</style>

background-color css

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

 a { background-color: rgb(110,149,206); }

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

border-color css

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

 span { border-color: rgb(110,149,206); }

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