#6D80FC

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

Shades of Cornflower Blue #6D80FC

Tints of Cornflower Blue #6D80FC

Color information

#6D80FC (or 0x6D80FC) is unknown color: approx Cornflower Blue. HEX triplet: 6D, 80 and FC. RGB value is (109,128,252). Sum of RGB (Red+Green+Blue) = 109+128+252=489 (64% of max value = 765). Red value is 109 (42.97% from 255 or 22.29% from 489); Green value is 128 (50.39% from 255 or 26.18% from 489); Blue value is 252 (98.83% from 255 or 51.53% from 489); Max value from RGB is 252 - color contains mainly: blue. Hex color #6D80FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6D80FC is #927F03. Grayscale: #878787. Windows color (decimal): -9600772 or 16547949. OLE color: 16547949.

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

Color convert

RGB109128252-
CMYK0.570.4900.01
HSL232.03º95.97%70.78%-
HSV(B)232.03º56.75%98.82%-
XYZ31.625.7295.39-
YUV136.46193.21108.42-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 22.29%
GREEN value IS 128 (50.39% from 255) = 26.18%
BLUE value IS 252 (98.83% from 255) = 51.53%
R=22.29%
G=26.18%
B=51.53%

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
Decimal1091282520.570.4900.01232.0395.9770.78
Hex6D80FC393101e86047
Octal155200374716101350140107
Binary11011011000000011111100111001110001011110100011000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D80FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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