Html Css Color HEX #6E9EFE Cornflower Blue

📋 copy color: '#6E9EFE'

red 110 ◦ green 158 ◦ blue 254

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

Shades of Cornflower Blue #6E9EFE

Tints of Cornflower Blue #6E9EFE

RGB

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

 GREEN value IS 158 (62.11% from 255) = 30.27%

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

R = 21.07%
G = 30.27%
B = 48.66%

CMYK

 C value IS 0.57

 M value IS 0.38

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6E9EFE (or 0x6E9EFE) is known color: Cornflower Blue. HEX triplet: 6E, 9E and FE. RGB value is (110,158,254). Sum of RGB (Red+Green+Blue) = 110+158+254=522 (69% of max value = 765). Red value is 110 (43.36% from 255 or 21.07% from 522); Green value is 158 (62.11% from 255 or 30.27% from 522); Blue value is 254 (99.61% from 255 or 48.66% from 522); Max value from RGB is 254 - color contains mainly: blue. Hex color #6E9EFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6E9EFE is #916101. Grayscale: #9A9A9A. Windows color (decimal): -9527554 or 16686702. OLE color: 16686702.

HSL color Cylindrical-coordinate representation of color #6E9EFE: hue angle of 220º 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 #6E9EFE is Cyan = 0.57, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 110 158 254 -
CMYK 0.57 0.38 0 0.00
HSL 220º 0.99% 0.71% -
HSV(B) 220º 0.57% 1% -
XYZ 36.55 34.92 98.58 -
YUV 154.59 184.1 96.19 -
System Red Green Blue C M Y K H S L
Decimal 110 158 254 0.57 0.38 0 0.00 220 0.99 0.71
Hex 6E 9E FE 39 26 0 0 DC 63 47
Octal 156 236 376 71 46 0 0 334 143 107
Binary 1101110 10011110 11111110 111001 100110 0 0 11011100 1100011 1000111

Color Harmonies of #6E9EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E9EFE

Black with #6E9EFE

Text Example


Text Example

White with #6E9EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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