Html Css Color HEX #6599AD Shakespeare

📋 copy color: '#6599AD'

red 101 ◦ green 153 ◦ blue 173

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

Shades of Shakespeare #6599AD

Tints of Shakespeare #6599AD

RGB

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

 GREEN value IS 153 (60.16% from 255) = 35.83%

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

R = 23.65%
G = 35.83%
B = 40.52%

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

#6599AD (or 0x6599AD) is known color: Shakespeare. HEX triplet: 65, 99 and AD. RGB value is (101,153,173). Sum of RGB (Red+Green+Blue) = 101+153+173=427 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.65% from 427); Green value is 153 (60.16% from 255 or 35.83% from 427); Blue value is 173 (67.97% from 255 or 40.52% from 427); Max value from RGB is 173 - color contains mainly: blue. Hex color #6599AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6599AD is #9A6652. Grayscale: #8B8B8B. Windows color (decimal): -10118739 or 11376997. OLE color: 11376997.

HSL color Cylindrical-coordinate representation of color #6599AD: hue angle of 196.67º 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 #6599AD is Cyan = 0.42, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 101 153 173 -
CMYK 0.42 0.12 0 0.32
HSL 196.67º 0.31% 0.54% -
HSV(B) 196.67º 0.42% 0.68% -
XYZ 24.3 28.57 43.77 -
YUV 139.73 146.77 100.37 -
System Red Green Blue C M Y K H S L
Decimal 101 153 173 0.42 0.12 0 0.32 196.67 0.31 0.54
Hex 65 99 AD 2A C 0 20 C5 1F 36
Octal 145 231 255 52 14 0 40 305 37 66
Binary 1100101 10011001 10101101 101010 1100 0 100000 11000101 11111 110110

Color Harmonies of #6599AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6599AD

Black with #6599AD

Text Example


Text Example

White with #6599AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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