Html Css Color HEX #6E8FEA Cornflower Blue

📋 copy color: '#6E8FEA'

red 110 ◦ green 143 ◦ blue 234

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

Shades of Cornflower Blue #6E8FEA

Tints of Cornflower Blue #6E8FEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 48.05%

R = 22.59%
G = 29.36%
B = 48.05%

CMYK

 C value IS 0.53

 M value IS 0.39

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6E8FEA (or 0x6E8FEA) is known color: Cornflower Blue. HEX triplet: 6E, 8F and EA. RGB value is (110,143,234). Sum of RGB (Red+Green+Blue) = 110+143+234=487 (64% of max value = 765). Red value is 110 (43.36% from 255 or 22.59% from 487); Green value is 143 (56.25% from 255 or 29.36% from 487); Blue value is 234 (91.80% from 255 or 48.05% from 487); Max value from RGB is 234 - color contains mainly: blue. Hex color #6E8FEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6E8FEA is #917015. Grayscale: #8F8F8F. Windows color (decimal): -9531414 or 15372142. OLE color: 15372142.

HSL color Cylindrical-coordinate representation of color #6E8FEA: hue angle of 224.03º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6E8FEA is Cyan = 0.53, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 110 143 234 -
CMYK 0.53 0.39 0 0.08
HSL 224.03º 0.75% 0.67% -
HSV(B) 224.03º 0.53% 0.92% -
XYZ 31.1 28.9 81.78 -
YUV 143.51 179.07 104.1 -
System Red Green Blue C M Y K H S L
Decimal 110 143 234 0.53 0.39 0 0.08 224.03 0.75 0.67
Hex 6E 8F EA 35 27 0 8 E0 4B 43
Octal 156 217 352 65 47 0 10 340 113 103
Binary 1101110 10001111 11101010 110101 100111 0 1000 11100000 1001011 1000011

Color Harmonies of #6E8FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E8FEA

Black with #6E8FEA

Text Example


Text Example

White with #6E8FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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