#6D81FC

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

Shades of Cornflower Blue #6D81FC

Tints of Cornflower Blue #6D81FC

Color information

#6D81FC (or 0x6D81FC) is unknown color: approx Cornflower Blue. HEX triplet: 6D, 81 and FC. RGB value is (109,129,252). Sum of RGB (Red+Green+Blue) = 109+129+252=490 (64% of max value = 765). Red value is 109 (42.97% from 255 or 22.24% from 490); Green value is 129 (50.78% from 255 or 26.33% from 490); Blue value is 252 (98.83% from 255 or 51.43% from 490); Max value from RGB is 252 - color contains mainly: blue. Hex color #6D81FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6D81FC is #927E03. Grayscale: #888888. Windows color (decimal): -9600516 or 16548205. OLE color: 16548205.

HSL color Cylindrical-coordinate representation of color #6D81FC: hue angle of 231.61º degrees, saturation: 0.96, 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 #6D81FC is Cyan = 0.57, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB109129252-
CMYK0.570.4900.01
HSL231.61º95.97%70.78%-
HSV(B)231.61º56.75%98.82%-
XYZ31.7325.9895.44-
YUV137.04192.87108-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 22.24%
GREEN value IS 129 (50.78% from 255) = 26.33%
BLUE value IS 252 (98.83% from 255) = 51.43%
R=22.24%
G=26.33%
B=51.43%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1091292520.570.4900.01231.6195.9770.78
Hex6D81FC393101e86047
Octal155201374716101350140107
Binary11011011000000111111100111001110001011110100011000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D81FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,129,252); }

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

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

 a { background-color: rgb(109,129,252); }

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

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

 span { border-color: rgb(109,129,252); }

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