Html Css Color HEX #6E9FEA Cornflower Blue

📋 copy color: '#6E9FEA'

red 110 ◦ green 159 ◦ blue 234

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

Shades of Cornflower Blue #6E9FEA

Tints of Cornflower Blue #6E9FEA

RGB

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

 GREEN value IS 159 (62.5% from 255) = 31.61%

 BLUE value IS 234 (91.8% from 255) = 46.52%

R = 21.87%
G = 31.61%
B = 46.52%

CMYK

 C value IS 0.53

 M value IS 0.32

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6E9FEA (or 0x6E9FEA) is known color: Cornflower Blue. HEX triplet: 6E, 9F and EA. RGB value is (110,159,234). Sum of RGB (Red+Green+Blue) = 110+159+234=503 (66% of max value = 765). Red value is 110 (43.36% from 255 or 21.87% from 503); Green value is 159 (62.5% from 255 or 31.61% from 503); Blue value is 234 (91.80% from 255 or 46.52% from 503); Max value from RGB is 234 - color contains mainly: blue. Hex color #6E9FEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6E9FEA is #916015. Grayscale: #989898. Windows color (decimal): -9527318 or 15376238. OLE color: 15376238.

HSL color Cylindrical-coordinate representation of color #6E9FEA: hue angle of 216.29º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6E9FEA is Cyan = 0.53, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 110 159 234 -
CMYK 0.53 0.32 0 0.08
HSL 216.29º 0.75% 0.67% -
HSV(B) 216.29º 0.53% 0.92% -
XYZ 33.68 34.05 82.64 -
YUV 152.9 173.77 97.4 -
System Red Green Blue C M Y K H S L
Decimal 110 159 234 0.53 0.32 0 0.08 216.29 0.75 0.67
Hex 6E 9F EA 35 20 0 8 D8 4B 43
Octal 156 237 352 65 40 0 10 330 113 103
Binary 1101110 10011111 11101010 110101 100000 0 1000 11011000 1001011 1000011

Color Harmonies of #6E9FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E9FEA

Black with #6E9FEA

Text Example


Text Example

White with #6E9FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,159,234); }

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

background-color css

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

 a { background-color: rgb(110,159,234); }

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

border-color css

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

 span { border-color: rgb(110,159,234); }

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