#6D82FC

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

Shades of Cornflower Blue #6D82FC

Tints of Cornflower Blue #6D82FC

Color information

#6D82FC (or 0x6D82FC) is unknown color: approx Cornflower Blue. HEX triplet: 6D, 82 and FC. RGB value is (109,130,252). Sum of RGB (Red+Green+Blue) = 109+130+252=491 (65% of max value = 765). Red value is 109 (42.97% from 255 or 22.20% from 491); Green value is 130 (51.17% from 255 or 26.48% from 491); Blue value is 252 (98.83% from 255 or 51.32% from 491); Max value from RGB is 252 - color contains mainly: blue. Hex color #6D82FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6D82FC is #927D03. Grayscale: #898989. Windows color (decimal): -9600260 or 16548461. OLE color: 16548461.

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

Color convert

RGB109130252-
CMYK0.570.4800.01
HSL231.19º95.97%70.78%-
HSV(B)231.19º56.75%98.82%-
XYZ31.8626.2495.48-
YUV137.63192.54107.58-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 22.20%
GREEN value IS 130 (51.17% from 255) = 26.48%
BLUE value IS 252 (98.83% from 255) = 51.32%
R=22.20%
G=26.48%
B=51.32%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1091302520.570.4800.01231.1995.9770.78
Hex6D82FC393001e76047
Octal155202374716001347140107
Binary11011011000001011111100111001110000011110011111000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D82FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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