#6598BE

Color #6598BE Shakespeare (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shakespeare #6598BE

Tints of Shakespeare #6598BE

Color information

#6598BE (or 0x6598BE) is unknown color: approx Shakespeare. HEX triplet: 65, 98 and BE. RGB value is (101,152,190). Sum of RGB (Red+Green+Blue) = 101+152+190=443 (58% of max value = 765). Red value is 101 (39.84% from 255 or 22.80% from 443); Green value is 152 (59.77% from 255 or 34.31% from 443); Blue value is 190 (74.61% from 255 or 42.89% from 443); Max value from RGB is 190 - color contains mainly: blue. Hex color #6598BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6598BE is #9A6741. Grayscale: #8C8C8C. Windows color (decimal): -10118978 or 12490853. OLE color: 12490853.

HSL color Cylindrical-coordinate representation of color #6598BE: hue angle of 205.62º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6598BE is Cyan = 0.47, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB101152190-
CMYK0.470.200.25
HSL205.62º40.64%57.06%-
HSV(B)205.62º46.84%74.51%-
XYZ25.8928.9452.94-
YUV141.08155.699.41-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 22.80%
GREEN value IS 152 (59.77% from 255) = 34.31%
BLUE value IS 190 (74.61% from 255) = 42.89%
R=22.80%
G=34.31%
B=42.89%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1011521900.470.200.25205.6240.6457.06
Hex6598BE2F14019ce2939
Octal14523027657240313165171
Binary110010110011000101111101011111010001100111001110101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6598BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6598BE; }

 p { color: rgb(101,152,190); }

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

<style>
 a { background-color: #6598BE; }

 a { background-color: rgb(101,152,190); }

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

<style>
 span { border-color: #6598BE; }

 span { border-color: rgb(101,152,190); }

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