#6D8EFD

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

Shades of Cornflower Blue #6D8EFD

Tints of Cornflower Blue #6D8EFD

Color information

#6D8EFD (or 0x6D8EFD) is unknown color: approx Cornflower Blue. HEX triplet: 6D, 8E and FD. RGB value is (109,142,253). Sum of RGB (Red+Green+Blue) = 109+142+253=504 (66% of max value = 765). Red value is 109 (42.97% from 255 or 21.63% from 504); Green value is 142 (55.86% from 255 or 28.17% from 504); Blue value is 253 (99.22% from 255 or 50.20% from 504); Max value from RGB is 253 - color contains mainly: blue. Hex color #6D8EFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6D8EFD is #927102. Grayscale: #909090. Windows color (decimal): -9597187 or 16617069. OLE color: 16617069.

HSL color Cylindrical-coordinate representation of color #6D8EFD: hue angle of 226.25º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6D8EFD is Cyan = 0.57, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB109142253-
CMYK0.570.4400.01
HSL226.25º97.3%70.98%-
HSV(B)226.25º56.92%99.22%-
XYZ33.7129.6996.88-
YUV144.79189.07102.47-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 21.63%
GREEN value IS 142 (55.86% from 255) = 28.17%
BLUE value IS 253 (99.22% from 255) = 50.20%
R=21.63%
G=28.17%
B=50.20%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1091422530.570.4400.01226.2597.370.98
Hex6D8EFD392C01e26147
Octal155216375715401342141107
Binary11011011000111011111101111001101100011110001011000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D8EFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,142,253); }

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

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

 a { background-color: rgb(109,142,253); }

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

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

 span { border-color: rgb(109,142,253); }

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