Html Css Color HEX #6399AD Shakespeare

📋 copy color: '#6399AD'

red 99 ◦ green 153 ◦ blue 173

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

Shades of Shakespeare #6399AD

Tints of Shakespeare #6399AD

RGB

 RED value IS 99 (39.06% from 255) = 23.29%

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

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

R = 23.29%
G = 36%
B = 40.71%

CMYK

 C value IS 0.43

 M value IS 0.12

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6399AD (or 0x6399AD) is known color: Shakespeare. HEX triplet: 63, 99 and AD. RGB value is (99,153,173). Sum of RGB (Red+Green+Blue) = 99+153+173=425 (56% of max value = 765). Red value is 99 (39.06% from 255 or 23.29% from 425); Green value is 153 (60.16% from 255 or 36% from 425); Blue value is 173 (67.97% from 255 or 40.71% from 425); Max value from RGB is 173 - color contains mainly: blue. Hex color #6399AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6399AD is #9C6652. Grayscale: #8B8B8B. Windows color (decimal): -10249811 or 11376995. OLE color: 11376995.

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

Color convert

RGB 99 153 173 -
CMYK 0.43 0.12 0 0.32
HSL 196.22º 0.31% 0.53% -
HSV(B) 196.22º 0.43% 0.68% -
XYZ 24.08 28.45 43.76 -
YUV 139.13 147.11 99.37 -
System Red Green Blue C M Y K H S L
Decimal 99 153 173 0.43 0.12 0 0.32 196.22 0.31 0.53
Hex 63 99 AD 2B C 0 20 C4 1F 35
Octal 143 231 255 53 14 0 40 304 37 65
Binary 1100011 10011001 10101101 101011 1100 0 100000 11000100 11111 110101

Color Harmonies of #6399AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6399AD

Black with #6399AD

Text Example


Text Example

White with #6399AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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