#6596EA

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

Shades of Cornflower Blue #6596EA

Tints of Cornflower Blue #6596EA

Color information

#6596EA (or 0x6596EA) is unknown color: approx Cornflower Blue. HEX triplet: 65, 96 and EA. RGB value is (101,150,234). Sum of RGB (Red+Green+Blue) = 101+150+234=485 (64% of max value = 765). Red value is 101 (39.84% from 255 or 20.82% from 485); Green value is 150 (58.98% from 255 or 30.93% from 485); Blue value is 234 (91.80% from 255 or 48.25% from 485); Max value from RGB is 234 - color contains mainly: blue. Hex color #6596EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6596EA is #9A6915. Grayscale: #909090. Windows color (decimal): -10119446 or 15373925. OLE color: 15373925.

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

Color convert

RGB101150234-
CMYK0.570.3600.08
HSL217.89º76%65.69%-
HSV(B)217.89º56.84%91.76%-
XYZ31.1230.5282.09-
YUV144.93178.2796.67-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 20.82%
GREEN value IS 150 (58.98% from 255) = 30.93%
BLUE value IS 234 (91.80% from 255) = 48.25%
R=20.82%
G=30.93%
B=48.25%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1011502340.570.3600.08217.897665.69
Hex6596EA392408da4c42
Octal1452263527144010332114102
Binary11001011001011011101010111001100100010001101101010011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6596EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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