Html Css Color HEX #6E9BFE Cornflower Blue

📋 copy color: '#6E9BFE'

red 110 ◦ green 155 ◦ blue 254

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

Shades of Cornflower Blue #6E9BFE

Tints of Cornflower Blue #6E9BFE

RGB

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

 GREEN value IS 155 (60.94% from 255) = 29.87%

 BLUE value IS 254 (99.61% from 255) = 48.94%

R = 21.19%
G = 29.87%
B = 48.94%

CMYK

 C value IS 0.57

 M value IS 0.39

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6E9BFE (or 0x6E9BFE) is known color: Cornflower Blue. HEX triplet: 6E, 9B and FE. RGB value is (110,155,254). Sum of RGB (Red+Green+Blue) = 110+155+254=519 (68% of max value = 765). Red value is 110 (43.36% from 255 or 21.19% from 519); Green value is 155 (60.94% from 255 or 29.87% from 519); Blue value is 254 (99.61% from 255 or 48.94% from 519); Max value from RGB is 254 - color contains mainly: blue. Hex color #6E9BFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6E9BFE is #916401. Grayscale: #989898. Windows color (decimal): -9528322 or 16685934. OLE color: 16685934.

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

Color convert

RGB 110 155 254 -
CMYK 0.57 0.39 0 0.00
HSL 221.25º 0.99% 0.71% -
HSV(B) 221.25º 0.57% 1% -
XYZ 36.04 33.91 98.41 -
YUV 152.83 185.09 97.45 -
System Red Green Blue C M Y K H S L
Decimal 110 155 254 0.57 0.39 0 0.00 221.25 0.99 0.71
Hex 6E 9B FE 39 27 0 0 DD 63 47
Octal 156 233 376 71 47 0 0 335 143 107
Binary 1101110 10011011 11111110 111001 100111 0 0 11011101 1100011 1000111

Color Harmonies of #6E9BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E9BFE

Black with #6E9BFE

Text Example


Text Example

White with #6E9BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,155,254); }

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

background-color css

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

 a { background-color: rgb(110,155,254); }

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

border-color css

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

 span { border-color: rgb(110,155,254); }

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