#6D8FEA

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

Shades of Cornflower Blue #6D8FEA

Tints of Cornflower Blue #6D8FEA

Color information

#6D8FEA (or 0x6D8FEA) is unknown color: approx Cornflower Blue. HEX triplet: 6D, 8F and EA. RGB value is (109,143,234). Sum of RGB (Red+Green+Blue) = 109+143+234=486 (64% of max value = 765). Red value is 109 (42.97% from 255 or 22.43% from 486); Green value is 143 (56.25% from 255 or 29.42% from 486); Blue value is 234 (91.80% from 255 or 48.15% from 486); Max value from RGB is 234 - color contains mainly: blue. Hex color #6D8FEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6D8FEA is #927015. Grayscale: #8E8E8E. Windows color (decimal): -9596950 or 15372141. OLE color: 15372141.

HSL color Cylindrical-coordinate representation of color #6D8FEA: hue angle of 223.68º 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 #6D8FEA is Cyan = 0.53, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB109143234-
CMYK0.530.3900.08
HSL223.68º74.85%67.25%-
HSV(B)223.68º53.42%91.76%-
XYZ30.9828.8481.78-
YUV143.21179.24103.6-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 22.43%
GREEN value IS 143 (56.25% from 255) = 29.42%
BLUE value IS 234 (91.80% from 255) = 48.15%
R=22.43%
G=29.42%
B=48.15%

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
Decimal1091432340.530.3900.08223.6874.8567.25
Hex6D8FEA352708e04b43
Octal1552173526547010340113103
Binary11011011000111111101010110101100111010001110000010010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D8FEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6D8FEA;
 }
 .AnyTagClassName
 {
   color: #6D8FEA;
 }
</style>
background-color css

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

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

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

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

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

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