#6079E3

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

Shades of Cornflower Blue #6079E3

Tints of Cornflower Blue #6079E3

Color information

#6079E3 (or 0x6079E3) is unknown color: approx Cornflower Blue. HEX triplet: 60, 79 and E3. RGB value is (96,121,227). Sum of RGB (Red+Green+Blue) = 96+121+227=444 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.62% from 444); Green value is 121 (47.66% from 255 or 27.25% from 444); Blue value is 227 (89.06% from 255 or 51.13% from 444); Max value from RGB is 227 - color contains mainly: blue. Hex color #6079E3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6079E3 is #9F861C. Grayscale: #7D7D7D. Windows color (decimal): -10454557 or 14907744. OLE color: 14907744.

HSL color Cylindrical-coordinate representation of color #6079E3: hue angle of 228.55º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6079E3 is Cyan = 0.58, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB96121227-
CMYK0.580.4700.11
HSL228.55º70.05%63.33%-
HSV(B)228.55º57.71%89.02%-
XYZ25.5321.7175.52-
YUV125.61185.22106.88-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 21.62%
GREEN value IS 121 (47.66% from 255) = 27.25%
BLUE value IS 227 (89.06% from 255) = 51.13%
R=21.62%
G=27.25%
B=51.13%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal961212270.580.4700.11228.5570.0563.33
Hex6079E33A2F0Be5463f
Octal140171343725701334510677
Binary110000011110011110001111101010111101011111001011000110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6079E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6079E3; }

 p { color: rgb(96,121,227); }

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

<style>
 a { background-color: #6079E3; }

 a { background-color: rgb(96,121,227); }

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

<style>
 span { border-color: #6079E3; }

 span { border-color: rgb(96,121,227); }

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