Html Css Color HEX #6E8ECD Danube

📋 copy color: '#6E8ECD'

red 110 ◦ green 142 ◦ blue 205

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

Shades of Danube #6E8ECD

Tints of Danube #6E8ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 44.86%

R = 24.07%
G = 31.07%
B = 44.86%

CMYK

 C value IS 0.46

 M value IS 0.31

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6E8ECD (or 0x6E8ECD) is known color: Danube. HEX triplet: 6E, 8E and CD. RGB value is (110,142,205). Sum of RGB (Red+Green+Blue) = 110+142+205=457 (60% of max value = 765). Red value is 110 (43.36% from 255 or 24.07% from 457); Green value is 142 (55.86% from 255 or 31.07% from 457); Blue value is 205 (80.47% from 255 or 44.86% from 457); Max value from RGB is 205 - color contains mainly: blue. Hex color #6E8ECD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6E8ECD is #917132. Grayscale: #8B8B8B. Windows color (decimal): -9531699 or 13471342. OLE color: 13471342.

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

Color convert

RGB 110 142 205 -
CMYK 0.46 0.31 0 0.20
HSL 219.79º 0.49% 0.62% -
HSV(B) 219.79º 0.46% 0.8% -
XYZ 27.12 27.07 61.55 -
YUV 139.61 164.9 106.88 -
System Red Green Blue C M Y K H S L
Decimal 110 142 205 0.46 0.31 0 0.20 219.79 0.49 0.62
Hex 6E 8E CD 2E 1F 0 14 DC 31 3E
Octal 156 216 315 56 37 0 24 334 61 76
Binary 1101110 10001110 11001101 101110 11111 0 10100 11011100 110001 111110

Color Harmonies of #6E8ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E8ECD

Black with #6E8ECD

Text Example


Text Example

White with #6E8ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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