Html Css Color HEX #6E8ECE Danube

📋 copy color: '#6E8ECE'

red 110 ◦ green 142 ◦ blue 206

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

Shades of Danube #6E8ECE

Tints of Danube #6E8ECE

RGB

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

 GREEN value IS 142 (55.86% from 255) = 31%

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

R = 24.02%
G = 31%
B = 44.98%

CMYK

 C value IS 0.47

 M value IS 0.31

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6E8ECE (or 0x6E8ECE) is known color: Danube. HEX triplet: 6E, 8E and CE. RGB value is (110,142,206). Sum of RGB (Red+Green+Blue) = 110+142+206=458 (60% of max value = 765). Red value is 110 (43.36% from 255 or 24.02% from 458); Green value is 142 (55.86% from 255 or 31.00% from 458); Blue value is 206 (80.86% from 255 or 44.98% from 458); Max value from RGB is 206 - color contains mainly: blue. Hex color #6E8ECE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6E8ECE is #917131. Grayscale: #8B8B8B. Windows color (decimal): -9531698 or 13536878. OLE color: 13536878.

HSL color Cylindrical-coordinate representation of color #6E8ECE: hue angle of 220º 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 #6E8ECE is Cyan = 0.47, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 110 142 206 -
CMYK 0.47 0.31 0 0.19
HSL 220º 0.49% 0.62% -
HSV(B) 220º 0.47% 0.81% -
XYZ 27.24 27.12 62.19 -
YUV 139.73 165.4 106.8 -
System Red Green Blue C M Y K H S L
Decimal 110 142 206 0.47 0.31 0 0.19 220 0.49 0.62
Hex 6E 8E CE 2F 1F 0 13 DC 31 3E
Octal 156 216 316 57 37 0 23 334 61 76
Binary 1101110 10001110 11001110 101111 11111 0 10011 11011100 110001 111110

Color Harmonies of #6E8ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E8ECE

Black with #6E8ECE

Text Example


Text Example

White with #6E8ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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