Html Css Color HEX #6E9CE0 Cornflower Blue

📋 copy color: '#6E9CE0'

red 110 ◦ green 156 ◦ blue 224

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

Shades of Cornflower Blue #6E9CE0

Tints of Cornflower Blue #6E9CE0

RGB

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

 GREEN value IS 156 (61.33% from 255) = 31.84%

 BLUE value IS 224 (87.89% from 255) = 45.71%

R = 22.45%
G = 31.84%
B = 45.71%

CMYK

 C value IS 0.51

 M value IS 0.30

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#6E9CE0 (or 0x6E9CE0) is known color: Cornflower Blue. HEX triplet: 6E, 9C and E0. RGB value is (110,156,224). Sum of RGB (Red+Green+Blue) = 110+156+224=490 (64% of max value = 765). Red value is 110 (43.36% from 255 or 22.45% from 490); Green value is 156 (61.33% from 255 or 31.84% from 490); Blue value is 224 (87.89% from 255 or 45.71% from 490); Max value from RGB is 224 - color contains mainly: blue. Hex color #6E9CE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6E9CE0 is #91631F. Grayscale: #959595. Windows color (decimal): -9528096 or 14720110. OLE color: 14720110.

HSL color Cylindrical-coordinate representation of color #6E9CE0: hue angle of 215.79º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6E9CE0 is Cyan = 0.51, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 110 156 224 -
CMYK 0.51 0.30 0 0.12
HSL 215.79º 0.65% 0.65% -
HSV(B) 215.79º 0.51% 0.88% -
XYZ 31.77 32.47 75.11 -
YUV 150 169.76 99.47 -
System Red Green Blue C M Y K H S L
Decimal 110 156 224 0.51 0.30 0 0.12 215.79 0.65 0.65
Hex 6E 9C E0 33 1E 0 C D8 41 41
Octal 156 234 340 63 36 0 14 330 101 101
Binary 1101110 10011100 11100000 110011 11110 0 1100 11011000 1000001 1000001

Color Harmonies of #6E9CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E9CE0

Black with #6E9CE0

Text Example


Text Example

White with #6E9CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,156,224); }

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

background-color css

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

 a { background-color: rgb(110,156,224); }

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

border-color css

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

 span { border-color: rgb(110,156,224); }

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