Html Css Color HEX #6EA4F9 Cornflower Blue

📋 copy color: '#6EA4F9'

red 110 ◦ green 164 ◦ blue 249

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

Shades of Cornflower Blue #6EA4F9

Tints of Cornflower Blue #6EA4F9

RGB

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

 GREEN value IS 164 (64.45% from 255) = 31.36%

 BLUE value IS 249 (97.66% from 255) = 47.61%

R = 21.03%
G = 31.36%
B = 47.61%

CMYK

 C value IS 0.56

 M value IS 0.34

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6EA4F9 (or 0x6EA4F9) is known color: Cornflower Blue. HEX triplet: 6E, A4 and F9. RGB value is (110,164,249). Sum of RGB (Red+Green+Blue) = 110+164+249=523 (69% of max value = 765). Red value is 110 (43.36% from 255 or 21.03% from 523); Green value is 164 (64.45% from 255 or 31.36% from 523); Blue value is 249 (97.66% from 255 or 47.61% from 523); Max value from RGB is 249 - color contains mainly: blue. Hex color #6EA4F9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6EA4F9 is #915B06. Grayscale: #9D9D9D. Windows color (decimal): -9526023 or 16360558. OLE color: 16360558.

HSL color Cylindrical-coordinate representation of color #6EA4F9: hue angle of 216.69º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6EA4F9 is Cyan = 0.56, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 110 164 249 -
CMYK 0.56 0.34 0 0.02
HSL 216.69º 0.92% 0.7% -
HSV(B) 216.69º 0.56% 0.98% -
XYZ 36.8 36.71 94.77 -
YUV 157.54 179.61 94.09 -
System Red Green Blue C M Y K H S L
Decimal 110 164 249 0.56 0.34 0 0.02 216.69 0.92 0.7
Hex 6E A4 F9 38 22 0 2 D9 5C 46
Octal 156 244 371 70 42 0 2 331 134 106
Binary 1101110 10100100 11111001 111000 100010 0 10 11011001 1011100 1000110

Color Harmonies of #6EA4F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EA4F9

Black with #6EA4F9

Text Example


Text Example

White with #6EA4F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,164,249); }

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

background-color css

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

 a { background-color: rgb(110,164,249); }

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

border-color css

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

 span { border-color: rgb(110,164,249); }

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