Html Css Color HEX #6EA4F0 Cornflower Blue

📋 copy color: '#6EA4F0'

red 110 ◦ green 164 ◦ blue 240

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

Shades of Cornflower Blue #6EA4F0

Tints of Cornflower Blue #6EA4F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 46.69%

R = 21.4%
G = 31.91%
B = 46.69%

CMYK

 C value IS 0.54

 M value IS 0.32

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6EA4F0 (or 0x6EA4F0) is known color: Cornflower Blue. HEX triplet: 6E, A4 and F0. RGB value is (110,164,240). Sum of RGB (Red+Green+Blue) = 110+164+240=514 (68% of max value = 765). Red value is 110 (43.36% from 255 or 21.40% from 514); Green value is 164 (64.45% from 255 or 31.91% from 514); Blue value is 240 (94.14% from 255 or 46.69% from 514); Max value from RGB is 240 - color contains mainly: blue. Hex color #6EA4F0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6EA4F0 is #915B0F. Grayscale: #9C9C9C. Windows color (decimal): -9526032 or 15770734. OLE color: 15770734.

HSL color Cylindrical-coordinate representation of color #6EA4F0: hue angle of 215.08º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6EA4F0 is Cyan = 0.54, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 110 164 240 -
CMYK 0.54 0.32 0 0.06
HSL 215.08º 0.81% 0.69% -
HSV(B) 215.08º 0.54% 0.94% -
XYZ 35.43 36.16 87.55 -
YUV 156.52 175.11 94.82 -
System Red Green Blue C M Y K H S L
Decimal 110 164 240 0.54 0.32 0 0.06 215.08 0.81 0.69
Hex 6E A4 F0 36 20 0 6 D7 51 45
Octal 156 244 360 66 40 0 6 327 121 105
Binary 1101110 10100100 11110000 110110 100000 0 110 11010111 1010001 1000101

Color Harmonies of #6EA4F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EA4F0

Black with #6EA4F0

Text Example


Text Example

White with #6EA4F0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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