#6096EA

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

Shades of Cornflower Blue #6096EA

Tints of Cornflower Blue #6096EA

Color information

#6096EA (or 0x6096EA) is unknown color: approx Cornflower Blue. HEX triplet: 60, 96 and EA. RGB value is (96,150,234). Sum of RGB (Red+Green+Blue) = 96+150+234=480 (63% of max value = 765). Red value is 96 (37.89% from 255 or 20% from 480); Green value is 150 (58.98% from 255 or 31.25% from 480); Blue value is 234 (91.80% from 255 or 48.75% from 480); Max value from RGB is 234 - color contains mainly: blue. Hex color #6096EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6096EA is #9F6915. Grayscale: #8F8F8F. Windows color (decimal): -10447126 or 15373920. OLE color: 15373920.

HSL color Cylindrical-coordinate representation of color #6096EA: hue angle of 216.52º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6096EA is Cyan = 0.59, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB96150234-
CMYK0.590.3600.08
HSL216.52º76.67%64.71%-
HSV(B)216.52º58.97%91.76%-
XYZ30.5830.2482.07-
YUV143.43179.1194.17-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 20%
GREEN value IS 150 (58.98% from 255) = 31.25%
BLUE value IS 234 (91.80% from 255) = 48.75%
R=20%
G=31.25%
B=48.75%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal961502340.590.3600.08216.5276.6764.71
Hex6096EA3B2408d94d41
Octal1402263527344010331115101
Binary11000001001011011101010111011100100010001101100110011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6096EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6096EA; }

 p { color: rgb(96,150,234); }

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

<style>
 a { background-color: #6096EA; }

 a { background-color: rgb(96,150,234); }

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

<style>
 span { border-color: #6096EA; }

 span { border-color: rgb(96,150,234); }

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