Html Css Color HEX #6EA0FF Cornflower Blue

📋 copy color: '#6EA0FF'

red 110 ◦ green 160 ◦ blue 255

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

Shades of Cornflower Blue #6EA0FF

Tints of Cornflower Blue #6EA0FF

RGB

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

 GREEN value IS 160 (62.89% from 255) = 30.48%

 BLUE value IS 255 (100% from 255) = 48.57%

R = 20.95%
G = 30.48%
B = 48.57%

CMYK

 C value IS 0.57

 M value IS 0.37

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6EA0FF (or 0x6EA0FF) is known color: Cornflower Blue. HEX triplet: 6E, A0 and FF. RGB value is (110,160,255). Sum of RGB (Red+Green+Blue) = 110+160+255=525 (69% of max value = 765). Red value is 110 (43.36% from 255 or 20.95% from 525); Green value is 160 (62.89% from 255 or 30.48% from 525); Blue value is 255 (100% from 255 or 48.57% from 525); Max value from RGB is 255 - color contains mainly: blue. Hex color #6EA0FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6EA0FF is #915F00. Grayscale: #9B9B9B. Windows color (decimal): -9527041 or 16752750. OLE color: 16752750.

HSL color Cylindrical-coordinate representation of color #6EA0FF: hue angle of 219.31º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6EA0FF is Cyan = 0.57, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 110 160 255 -
CMYK 0.57 0.37 0 0
HSL 219.31º 1% 0.72% -
HSV(B) 219.31º 0.57% 1% -
XYZ 37.05 35.68 99.54 -
YUV 155.88 183.94 95.28 -
System Red Green Blue C M Y K H S L
Decimal 110 160 255 0.57 0.37 0 0 219.31 1 0.72
Hex 6E A0 FF 39 25 0 0 DB 64 48
Octal 156 240 377 71 45 0 0 333 144 110
Binary 1101110 10100000 11111111 111001 100101 0 0 11011011 1100100 1001000

Color Harmonies of #6EA0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EA0FF

Black with #6EA0FF

Text Example


Text Example

White with #6EA0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,160,255); }

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

background-color css

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

 a { background-color: rgb(110,160,255); }

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

border-color css

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

 span { border-color: rgb(110,160,255); }

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