#6493FB

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

Shades of Cornflower Blue #6493FB

Tints of Cornflower Blue #6493FB

Color information

#6493FB (or 0x6493FB) is unknown color: approx Cornflower Blue. HEX triplet: 64, 93 and FB. RGB value is (100,147,251). Sum of RGB (Red+Green+Blue) = 100+147+251=498 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.08% from 498); Green value is 147 (57.81% from 255 or 29.52% from 498); Blue value is 251 (98.44% from 255 or 50.40% from 498); Max value from RGB is 251 - color contains mainly: blue. Hex color #6493FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6493FB is #9B6C04. Grayscale: #909090. Windows color (decimal): -10185733 or 16487268. OLE color: 16487268.

HSL color Cylindrical-coordinate representation of color #6493FB: hue angle of 221.32º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6493FB is Cyan = 0.60, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB100147251-
CMYK0.600.4100.02
HSL221.32º94.97%68.82%-
HSV(B)221.32º60.16%98.43%-
XYZ33.130.5495.42-
YUV144.8187.9396.04-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 20.08%
GREEN value IS 147 (57.81% from 255) = 29.52%
BLUE value IS 251 (98.44% from 255) = 50.40%
R=20.08%
G=29.52%
B=50.40%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1001472510.600.4100.02221.3294.9768.82
Hex6493FB3C2902dd5f45
Octal144223373745102335137105
Binary110010010010011111110111111001010010101101110110111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6493FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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