#6095EE

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

Shades of Cornflower Blue #6095EE

Tints of Cornflower Blue #6095EE

Color information

#6095EE (or 0x6095EE) is unknown color: approx Cornflower Blue. HEX triplet: 60, 95 and EE. RGB value is (96,149,238). Sum of RGB (Red+Green+Blue) = 96+149+238=483 (63% of max value = 765). Red value is 96 (37.89% from 255 or 19.88% from 483); Green value is 149 (58.59% from 255 or 30.85% from 483); Blue value is 238 (93.36% from 255 or 49.28% from 483); Max value from RGB is 238 - color contains mainly: blue. Hex color #6095EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6095EE is #9F6A11. Grayscale: #8E8E8E. Windows color (decimal): -10447378 or 15635808. OLE color: 15635808.

HSL color Cylindrical-coordinate representation of color #6095EE: hue angle of 217.61º 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 #6095EE is Cyan = 0.60, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB96149238-
CMYK0.600.3700.07
HSL217.61º80.68%65.49%-
HSV(B)217.61º59.66%93.33%-
XYZ3130.1585.08-
YUV143.3181.4494.26-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 19.88%
GREEN value IS 149 (58.59% from 255) = 30.85%
BLUE value IS 238 (93.36% from 255) = 49.28%
R=19.88%
G=30.85%
B=49.28%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal961492380.600.3700.07217.6180.6865.49
Hex6095EE3C2507da5141
Octal140225356744507332121101
Binary1100000100101011110111011110010010101111101101010100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6095EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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