#6493FC

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

Shades of Cornflower Blue #6493FC

Tints of Cornflower Blue #6493FC

Color information

#6493FC (or 0x6493FC) is unknown color: approx Cornflower Blue. HEX triplet: 64, 93 and FC. RGB value is (100,147,252). Sum of RGB (Red+Green+Blue) = 100+147+252=499 (66% of max value = 765). Red value is 100 (39.45% from 255 or 20.04% from 499); Green value is 147 (57.81% from 255 or 29.46% from 499); Blue value is 252 (98.83% from 255 or 50.50% from 499); Max value from RGB is 252 - color contains mainly: blue. Hex color #6493FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6493FC is #9B6C03. Grayscale: #909090. Windows color (decimal): -10185732 or 16552804. OLE color: 16552804.

HSL color Cylindrical-coordinate representation of color #6493FC: hue angle of 221.45º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6493FC is Cyan = 0.60, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB100147252-
CMYK0.600.4200.01
HSL221.45º96.2%69.02%-
HSV(B)221.45º60.32%98.82%-
XYZ33.2630.6196.25-
YUV144.92188.4395.96-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 20.04%
GREEN value IS 147 (57.81% from 255) = 29.46%
BLUE value IS 252 (98.83% from 255) = 50.50%
R=20.04%
G=29.46%
B=50.50%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1001472520.600.4200.01221.4596.269.02
Hex6493FC3C2A01dd6045
Octal144223374745201335140105
Binary11001001001001111111100111100101010011101110111000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6493FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6493FC; }

 p { color: rgb(100,147,252); }

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

<style>
 a { background-color: #6493FC; }

 a { background-color: rgb(100,147,252); }

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

<style>
 span { border-color: #6493FC; }

 span { border-color: rgb(100,147,252); }

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