#6596FD

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

Shades of Cornflower Blue #6596FD

Tints of Cornflower Blue #6596FD

Color information

#6596FD (or 0x6596FD) is unknown color: approx Cornflower Blue. HEX triplet: 65, 96 and FD. RGB value is (101,150,253). Sum of RGB (Red+Green+Blue) = 101+150+253=504 (66% of max value = 765). Red value is 101 (39.84% from 255 or 20.04% from 504); Green value is 150 (58.98% from 255 or 29.76% from 504); Blue value is 253 (99.22% from 255 or 50.20% from 504); Max value from RGB is 253 - color contains mainly: blue. Hex color #6596FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6596FD is #9A6902. Grayscale: #929292. Windows color (decimal): -10119427 or 16619109. OLE color: 16619109.

HSL color Cylindrical-coordinate representation of color #6596FD: hue angle of 220.66º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6596FD is Cyan = 0.60, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB101150253-
CMYK0.600.4100.01
HSL220.66º97.44%69.41%-
HSV(B)220.66º60.08%99.22%-
XYZ3431.6797.25-
YUV147.09187.7795.12-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 20.04%
GREEN value IS 150 (58.98% from 255) = 29.76%
BLUE value IS 253 (99.22% from 255) = 50.20%
R=20.04%
G=29.76%
B=50.20%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1011502530.600.4100.01220.6697.4469.41
Hex6596FD3C2901dd6145
Octal145226375745101335141105
Binary11001011001011011111101111100101001011101110111000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6596FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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