#6079EE

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

Shades of Cornflower Blue #6079EE

Tints of Cornflower Blue #6079EE

Color information

#6079EE (or 0x6079EE) is unknown color: approx Cornflower Blue. HEX triplet: 60, 79 and EE. RGB value is (96,121,238). Sum of RGB (Red+Green+Blue) = 96+121+238=455 (60% of max value = 765). Red value is 96 (37.89% from 255 or 21.10% from 455); Green value is 121 (47.66% from 255 or 26.59% from 455); Blue value is 238 (93.36% from 255 or 52.31% from 455); Max value from RGB is 238 - color contains mainly: blue. Hex color #6079EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6079EE is #9F8611. Grayscale: #7E7E7E. Windows color (decimal): -10454546 or 15628640. OLE color: 15628640.

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

Color convert

RGB96121238-
CMYK0.600.4900.07
HSL229.44º80.68%65.49%-
HSV(B)229.44º59.66%93.33%-
XYZ27.0922.3383.77-
YUV126.86190.72105.99-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 21.10%
GREEN value IS 121 (47.66% from 255) = 26.59%
BLUE value IS 238 (93.36% from 255) = 52.31%
R=21.10%
G=26.59%
B=52.31%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal961212380.600.4900.07229.4480.6865.49
Hex6079EE3C3107e55141
Octal140171356746107345121101
Binary110000011110011110111011110011000101111110010110100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6079EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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