#6E8FEA

Color #6E8FEA Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower Blue #6E8FEA

Tints of Cornflower Blue #6E8FEA

Color information

#6E8FEA (or 0x6E8FEA) is unknown color: approx 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

RGB110143234-
CMYK0.530.3900.08
HSL224.03º74.7%67.45%-
HSV(B)224.03º52.99%91.76%-
XYZ31.128.981.78-
YUV143.51179.07104.1-

RGB Variations

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

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.80% from 255) = 48.05%
R=22.59%
G=29.36%
B=48.05%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1101432340.530.3900.08224.0374.767.45
Hex6E8FEA352708e04b43
Octal1562173526547010340113103
Binary11011101000111111101010110101100111010001110000010010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E8FEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>