#6479FE

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

Shades of Cornflower Blue #6479FE

Tints of Cornflower Blue #6479FE

Color information

#6479FE (or 0x6479FE) is unknown color: approx Cornflower Blue. HEX triplet: 64, 79 and FE. RGB value is (100,121,254). Sum of RGB (Red+Green+Blue) = 100+121+254=475 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.05% from 475); Green value is 121 (47.66% from 255 or 25.47% from 475); Blue value is 254 (99.61% from 255 or 53.47% from 475); Max value from RGB is 254 - color contains mainly: blue. Hex color #6479FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6479FE is #9B8601. Grayscale: #818181. Windows color (decimal): -10192386 or 16677220. OLE color: 16677220.

HSL color Cylindrical-coordinate representation of color #6479FE: hue angle of 231.82º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6479FE is Cyan = 0.61, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB100121254-
CMYK0.610.5200.00
HSL231.82º98.72%69.41%-
HSV(B)231.82º60.63%99.61%-
XYZ29.9823.5496.73-
YUV129.88198.04106.69-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 21.05%
GREEN value IS 121 (47.66% from 255) = 25.47%
BLUE value IS 254 (99.61% from 255) = 53.47%
R=21.05%
G=25.47%
B=53.47%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1001212540.610.5200.00231.8298.7269.41
Hex6479FE3D3400e86345
Octal144171376756400350143105
Binary1100100111100111111110111101110100001110100011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6479FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6479FE; }

 p { color: rgb(100,121,254); }

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

<style>
 a { background-color: #6479FE; }

 a { background-color: rgb(100,121,254); }

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

<style>
 span { border-color: #6479FE; }

 span { border-color: rgb(100,121,254); }

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