Html Css Color HEX #6E8CFC Cornflower Blue

📋 copy color: '#6E8CFC'

red 110 ◦ green 140 ◦ blue 252

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

Shades of Cornflower Blue #6E8CFC

Tints of Cornflower Blue #6E8CFC

RGB

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

 GREEN value IS 140 (55.08% from 255) = 27.89%

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

R = 21.91%
G = 27.89%
B = 50.2%

CMYK

 C value IS 0.56

 M value IS 0.44

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6E8CFC (or 0x6E8CFC) is known color: Cornflower Blue. HEX triplet: 6E, 8C and FC. RGB value is (110,140,252). Sum of RGB (Red+Green+Blue) = 110+140+252=502 (66% of max value = 765). Red value is 110 (43.36% from 255 or 21.91% from 502); Green value is 140 (55.08% from 255 or 27.89% from 502); Blue value is 252 (98.83% from 255 or 50.20% from 502); Max value from RGB is 252 - color contains mainly: blue. Hex color #6E8CFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6E8CFC is #917303. Grayscale: #8F8F8F. Windows color (decimal): -9532164 or 16551022. OLE color: 16551022.

HSL color Cylindrical-coordinate representation of color #6E8CFC: hue angle of 227.32º 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 #6E8CFC is Cyan = 0.56, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 110 140 252 -
CMYK 0.56 0.44 0 0.01
HSL 227.32º 0.96% 0.71% -
HSV(B) 227.32º 0.56% 0.99% -
XYZ 33.38 29.1 95.95 -
YUV 143.8 189.06 103.89 -
System Red Green Blue C M Y K H S L
Decimal 110 140 252 0.56 0.44 0 0.01 227.32 0.96 0.71
Hex 6E 8C FC 38 2C 0 1 E3 60 47
Octal 156 214 374 70 54 0 1 343 140 107
Binary 1101110 10001100 11111100 111000 101100 0 1 11100011 1100000 1000111

Color Harmonies of #6E8CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E8CFC

Black with #6E8CFC

Text Example


Text Example

White with #6E8CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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