Html Css Color HEX #6E8EDC Cornflower Blue

📋 copy color: '#6E8EDC'

red 110 ◦ green 142 ◦ blue 220

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

Shades of Cornflower Blue #6E8EDC

Tints of Cornflower Blue #6E8EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 46.61%

R = 23.31%
G = 30.08%
B = 46.61%

CMYK

 C value IS 0.50

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6E8EDC (or 0x6E8EDC) is known color: Cornflower Blue. HEX triplet: 6E, 8E and DC. RGB value is (110,142,220). Sum of RGB (Red+Green+Blue) = 110+142+220=472 (62% of max value = 765). Red value is 110 (43.36% from 255 or 23.31% from 472); Green value is 142 (55.86% from 255 or 30.08% from 472); Blue value is 220 (86.33% from 255 or 46.61% from 472); Max value from RGB is 220 - color contains mainly: blue. Hex color #6E8EDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6E8EDC is #917123. Grayscale: #8C8C8C. Windows color (decimal): -9531684 or 14454382. OLE color: 14454382.

HSL color Cylindrical-coordinate representation of color #6E8EDC: hue angle of 222.55º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6E8EDC is Cyan = 0.50, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 110 142 220 -
CMYK 0.50 0.35 0 0.14
HSL 222.55º 0.61% 0.65% -
HSV(B) 222.55º 0.5% 0.86% -
XYZ 29.02 27.83 71.55 -
YUV 141.32 172.4 105.66 -
System Red Green Blue C M Y K H S L
Decimal 110 142 220 0.50 0.35 0 0.14 222.55 0.61 0.65
Hex 6E 8E DC 32 23 0 E DF 3D 41
Octal 156 216 334 62 43 0 16 337 75 101
Binary 1101110 10001110 11011100 110010 100011 0 1110 11011111 111101 1000001

Color Harmonies of #6E8EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E8EDC

Black with #6E8EDC

Text Example


Text Example

White with #6E8EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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