Html Css Color HEX #6E9EFC Cornflower Blue

📋 copy color: '#6E9EFC'

red 110 ◦ green 158 ◦ blue 252

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

Shades of Cornflower Blue #6E9EFC

Tints of Cornflower Blue #6E9EFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 48.46%

R = 21.15%
G = 30.38%
B = 48.46%

CMYK

 C value IS 0.56

 M value IS 0.37

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6E9EFC (or 0x6E9EFC) is known color: Cornflower Blue. HEX triplet: 6E, 9E and FC. RGB value is (110,158,252). Sum of RGB (Red+Green+Blue) = 110+158+252=520 (68% of max value = 765). Red value is 110 (43.36% from 255 or 21.15% from 520); Green value is 158 (62.11% from 255 or 30.38% from 520); Blue value is 252 (98.83% from 255 or 48.46% from 520); Max value from RGB is 252 - color contains mainly: blue. Hex color #6E9EFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6E9EFC is #916103. Grayscale: #999999. Windows color (decimal): -9527556 or 16555630. OLE color: 16555630.

HSL color Cylindrical-coordinate representation of color #6E9EFC: hue angle of 219.72º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6E9EFC is Cyan = 0.56, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 110 158 252 -
CMYK 0.56 0.37 0 0.01
HSL 219.72º 0.96% 0.71% -
HSV(B) 219.72º 0.56% 0.99% -
XYZ 36.23 34.8 96.9 -
YUV 154.36 183.1 96.36 -
System Red Green Blue C M Y K H S L
Decimal 110 158 252 0.56 0.37 0 0.01 219.72 0.96 0.71
Hex 6E 9E FC 38 25 0 1 DC 60 47
Octal 156 236 374 70 45 0 1 334 140 107
Binary 1101110 10011110 11111100 111000 100101 0 1 11011100 1100000 1000111

Color Harmonies of #6E9EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E9EFC

Black with #6E9EFC

Text Example


Text Example

White with #6E9EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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