Html Css Color HEX #6E8FE4 Cornflower Blue

📋 copy color: '#6E8FE4'

red 110 ◦ green 143 ◦ blue 228

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

Shades of Cornflower Blue #6E8FE4

Tints of Cornflower Blue #6E8FE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 47.4%

R = 22.87%
G = 29.73%
B = 47.4%

CMYK

 C value IS 0.52

 M value IS 0.37

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#6E8FE4 (or 0x6E8FE4) is known color: Cornflower Blue. HEX triplet: 6E, 8F and E4. RGB value is (110,143,228). Sum of RGB (Red+Green+Blue) = 110+143+228=481 (63% of max value = 765). Red value is 110 (43.36% from 255 or 22.87% from 481); Green value is 143 (56.25% from 255 or 29.73% from 481); Blue value is 228 (89.45% from 255 or 47.40% from 481); Max value from RGB is 228 - color contains mainly: blue. Hex color #6E8FE4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6E8FE4 is #91701B. Grayscale: #8E8E8E. Windows color (decimal): -9531420 or 14978926. OLE color: 14978926.

HSL color Cylindrical-coordinate representation of color #6E8FE4: hue angle of 223.22º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6E8FE4 is Cyan = 0.52, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 110 143 228 -
CMYK 0.52 0.37 0 0.11
HSL 223.22º 0.69% 0.66% -
HSV(B) 223.22º 0.52% 0.89% -
XYZ 30.26 28.56 77.32 -
YUV 142.82 176.07 104.59 -
System Red Green Blue C M Y K H S L
Decimal 110 143 228 0.52 0.37 0 0.11 223.22 0.69 0.66
Hex 6E 8F E4 34 25 0 B DF 45 42
Octal 156 217 344 64 45 0 13 337 105 102
Binary 1101110 10001111 11100100 110100 100101 0 1011 11011111 1000101 1000010

Color Harmonies of #6E8FE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E8FE4

Black with #6E8FE4

Text Example


Text Example

White with #6E8FE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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