#6081EC

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

Shades of Cornflower Blue #6081EC

Tints of Cornflower Blue #6081EC

Color information

#6081EC (or 0x6081EC) is unknown color: approx Cornflower Blue. HEX triplet: 60, 81 and EC. RGB value is (96,129,236). Sum of RGB (Red+Green+Blue) = 96+129+236=461 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.82% from 461); Green value is 129 (50.78% from 255 or 27.98% from 461); Blue value is 236 (92.58% from 255 or 51.19% from 461); Max value from RGB is 236 - color contains mainly: blue. Hex color #6081EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6081EC is #9F7E13. Grayscale: #828282. Windows color (decimal): -10452500 or 15499616. OLE color: 15499616.

HSL color Cylindrical-coordinate representation of color #6081EC: hue angle of 225.86º 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 #6081EC is Cyan = 0.59, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB96129236-
CMYK0.590.4500.07
HSL225.86º78.65%65.1%-
HSV(B)225.86º59.32%92.55%-
XYZ27.8124.2482.57-
YUV131.33187.07102.8-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 20.82%
GREEN value IS 129 (50.78% from 255) = 27.98%
BLUE value IS 236 (92.58% from 255) = 51.19%
R=20.82%
G=27.98%
B=51.19%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal961292360.590.4500.07225.8678.6565.1
Hex6081EC3B2D07e24f41
Octal140201354735507342117101
Binary1100000100000011110110011101110110101111110001010011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6081EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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