Html Css Color HEX #6598AD Shakespeare

📋 copy color: '#6598AD'

red 101 ◦ green 152 ◦ blue 173

#6598AD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shakespeare #6598AD

Tints of Shakespeare #6598AD

RGB

 RED value IS 101 (39.84% from 255) = 23.71%

 GREEN value IS 152 (59.77% from 255) = 35.68%

 BLUE value IS 173 (67.97% from 255) = 40.61%

R = 23.71%
G = 35.68%
B = 40.61%

CMYK

 C value IS 0.42

 M value IS 0.12

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6598AD (or 0x6598AD) is known color: Shakespeare. HEX triplet: 65, 98 and AD. RGB value is (101,152,173). Sum of RGB (Red+Green+Blue) = 101+152+173=426 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.71% from 426); Green value is 152 (59.77% from 255 or 35.68% from 426); Blue value is 173 (67.97% from 255 or 40.61% from 426); Max value from RGB is 173 - color contains mainly: blue. Hex color #6598AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6598AD is #9A6752. Grayscale: #8B8B8B. Windows color (decimal): -10118995 or 11376741. OLE color: 11376741.

HSL color Cylindrical-coordinate representation of color #6598AD: hue angle of 197.5º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6598AD is Cyan = 0.42, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 101 152 173 -
CMYK 0.42 0.12 0 0.32
HSL 197.5º 0.31% 0.54% -
HSV(B) 197.5º 0.42% 0.68% -
XYZ 24.14 28.24 43.71 -
YUV 139.15 147.1 100.79 -
System Red Green Blue C M Y K H S L
Decimal 101 152 173 0.42 0.12 0 0.32 197.5 0.31 0.54
Hex 65 98 AD 2A C 0 20 C6 1F 36
Octal 145 230 255 52 14 0 40 306 37 66
Binary 1100101 10011000 10101101 101010 1100 0 100000 11000110 11111 110110

Color Harmonies of #6598AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6598AD

Black with #6598AD

Text Example


Text Example

White with #6598AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6598AD;
 }
 .AnyTagClassName
 {
   color: #6598AD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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