Html Css Color HEX #6E8FFE Cornflower Blue

📋 copy color: '#6E8FFE'

red 110 ◦ green 143 ◦ blue 254

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

Shades of Cornflower Blue #6E8FFE

Tints of Cornflower Blue #6E8FFE

RGB

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

 GREEN value IS 143 (56.25% from 255) = 28.21%

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

R = 21.7%
G = 28.21%
B = 50.1%

CMYK

 C value IS 0.57

 M value IS 0.44

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6E8FFE (or 0x6E8FFE) is known color: Cornflower Blue. HEX triplet: 6E, 8F and FE. RGB value is (110,143,254). Sum of RGB (Red+Green+Blue) = 110+143+254=507 (67% of max value = 765). Red value is 110 (43.36% from 255 or 21.70% from 507); Green value is 143 (56.25% from 255 or 28.21% from 507); Blue value is 254 (99.61% from 255 or 50.10% from 507); Max value from RGB is 254 - color contains mainly: blue. Hex color #6E8FFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6E8FFE is #917001. Grayscale: #919191. Windows color (decimal): -9531394 or 16682862. OLE color: 16682862.

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

Color convert

RGB 110 143 254 -
CMYK 0.57 0.44 0 0.00
HSL 226.25º 0.99% 0.71% -
HSV(B) 226.25º 0.57% 1% -
XYZ 34.14 30.12 97.78 -
YUV 145.79 189.07 102.47 -
System Red Green Blue C M Y K H S L
Decimal 110 143 254 0.57 0.44 0 0.00 226.25 0.99 0.71
Hex 6E 8F FE 39 2C 0 0 E2 63 47
Octal 156 217 376 71 54 0 0 342 143 107
Binary 1101110 10001111 11111110 111001 101100 0 0 11100010 1100011 1000111

Color Harmonies of #6E8FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E8FFE

Black with #6E8FFE

Text Example


Text Example

White with #6E8FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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