#6479E6

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

Shades of Cornflower Blue #6479E6

Tints of Cornflower Blue #6479E6

Color information

#6479E6 (or 0x6479E6) is unknown color: approx Cornflower Blue. HEX triplet: 64, 79 and E6. RGB value is (100,121,230). Sum of RGB (Red+Green+Blue) = 100+121+230=451 (59% of max value = 765). Red value is 100 (39.45% from 255 or 22.17% from 451); Green value is 121 (47.66% from 255 or 26.83% from 451); Blue value is 230 (90.23% from 255 or 51.00% from 451); Max value from RGB is 230 - color contains mainly: blue. Hex color #6479E6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6479E6 is #9B8619. Grayscale: #7E7E7E. Windows color (decimal): -10192410 or 15104356. OLE color: 15104356.

HSL color Cylindrical-coordinate representation of color #6479E6: hue angle of 230.31º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6479E6 is Cyan = 0.57, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB100121230-
CMYK0.570.4700.10
HSL230.31º72.22%64.71%-
HSV(B)230.31º56.52%90.2%-
XYZ26.3822.177.74-
YUV127.15186.04108.64-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 22.17%
GREEN value IS 121 (47.66% from 255) = 26.83%
BLUE value IS 230 (90.23% from 255) = 51.00%
R=22.17%
G=26.83%
B=51.00%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1001212300.570.4700.10230.3172.2264.71
Hex6479E6392F0Ae64841
Octal1441713467157012346110101
Binary1100100111100111100110111001101111010101110011010010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6479E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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