#6096FB

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

Shades of Cornflower Blue #6096FB

Tints of Cornflower Blue #6096FB

Color information

#6096FB (or 0x6096FB) is unknown color: approx Cornflower Blue. HEX triplet: 60, 96 and FB. RGB value is (96,150,251). Sum of RGB (Red+Green+Blue) = 96+150+251=497 (65% of max value = 765). Red value is 96 (37.89% from 255 or 19.32% from 497); Green value is 150 (58.98% from 255 or 30.18% from 497); Blue value is 251 (98.44% from 255 or 50.50% from 497); Max value from RGB is 251 - color contains mainly: blue. Hex color #6096FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6096FB is #9F6904. Grayscale: #909090. Windows color (decimal): -10447109 or 16488032. OLE color: 16488032.

HSL color Cylindrical-coordinate representation of color #6096FB: hue angle of 219.1º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6096FB is Cyan = 0.62, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB96150251-
CMYK0.620.4000.02
HSL219.1º95.09%68.04%-
HSV(B)219.1º61.75%98.43%-
XYZ33.1431.2695.55-
YUV145.37187.6192.79-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 19.32%
GREEN value IS 150 (58.98% from 255) = 30.18%
BLUE value IS 251 (98.44% from 255) = 50.50%
R=19.32%
G=30.18%
B=50.50%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal961502510.620.4000.02219.195.0968.04
Hex6096FB3E2802db5f44
Octal140226373765002333137104
Binary110000010010110111110111111101010000101101101110111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6096FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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