#6079EC

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

Shades of Cornflower Blue #6079EC

Tints of Cornflower Blue #6079EC

Color information

#6079EC (or 0x6079EC) is unknown color: approx Cornflower Blue. HEX triplet: 60, 79 and EC. RGB value is (96,121,236). Sum of RGB (Red+Green+Blue) = 96+121+236=453 (60% of max value = 765). Red value is 96 (37.89% from 255 or 21.19% from 453); Green value is 121 (47.66% from 255 or 26.71% from 453); Blue value is 236 (92.58% from 255 or 52.10% from 453); Max value from RGB is 236 - color contains mainly: blue. Hex color #6079EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6079EC is #9F8613. Grayscale: #7E7E7E. Windows color (decimal): -10454548 or 15497568. OLE color: 15497568.

HSL color Cylindrical-coordinate representation of color #6079EC: hue angle of 229.29º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6079EC is Cyan = 0.59, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB96121236-
CMYK0.590.4900.07
HSL229.29º78.65%65.1%-
HSV(B)229.29º59.32%92.55%-
XYZ26.822.2282.23-
YUV126.64189.72106.15-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 21.19%
GREEN value IS 121 (47.66% from 255) = 26.71%
BLUE value IS 236 (92.58% from 255) = 52.10%
R=21.19%
G=26.71%
B=52.10%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal961212360.590.4900.07229.2978.6565.1
Hex6079EC3B3107e54f41
Octal140171354736107345117101
Binary110000011110011110110011101111000101111110010110011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6079EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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