#6494FB

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

Shades of Cornflower Blue #6494FB

Tints of Cornflower Blue #6494FB

Color information

#6494FB (or 0x6494FB) is unknown color: approx Cornflower Blue. HEX triplet: 64, 94 and FB. RGB value is (100,148,251). Sum of RGB (Red+Green+Blue) = 100+148+251=499 (66% of max value = 765). Red value is 100 (39.45% from 255 or 20.04% from 499); Green value is 148 (58.20% from 255 or 29.66% from 499); Blue value is 251 (98.44% from 255 or 50.30% from 499); Max value from RGB is 251 - color contains mainly: blue. Hex color #6494FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6494FB is #9B6B04. Grayscale: #909090. Windows color (decimal): -10185477 or 16487524. OLE color: 16487524.

HSL color Cylindrical-coordinate representation of color #6494FB: hue angle of 220.93º 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 #6494FB is Cyan = 0.60, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB100148251-
CMYK0.600.4100.02
HSL220.93º94.97%68.82%-
HSV(B)220.93º60.16%98.43%-
XYZ33.2630.8595.47-
YUV145.39187.695.62-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 20.04%
GREEN value IS 148 (58.20% from 255) = 29.66%
BLUE value IS 251 (98.44% from 255) = 50.30%
R=20.04%
G=29.66%
B=50.30%

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
Decimal1001482510.600.4100.02220.9394.9768.82
Hex6494FB3C2902dd5f45
Octal144224373745102335137105
Binary110010010010100111110111111001010010101101110110111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6494FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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