Html Css Color HEX #6396AD Shakespeare

📋 copy color: '#6396AD'

red 99 ◦ green 150 ◦ blue 173

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

Shades of Shakespeare #6396AD

Tints of Shakespeare #6396AD

RGB

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

 GREEN value IS 150 (58.98% from 255) = 35.55%

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

R = 23.46%
G = 35.55%
B = 41%

CMYK

 C value IS 0.43

 M value IS 0.13

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6396AD (or 0x6396AD) is known color: Shakespeare. HEX triplet: 63, 96 and AD. RGB value is (99,150,173). Sum of RGB (Red+Green+Blue) = 99+150+173=422 (55% of max value = 765). Red value is 99 (39.06% from 255 or 23.46% from 422); Green value is 150 (58.98% from 255 or 35.55% from 422); Blue value is 173 (67.97% from 255 or 41.00% from 422); Max value from RGB is 173 - color contains mainly: blue. Hex color #6396AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6396AD is #9C6952. Grayscale: #898989. Windows color (decimal): -10250579 or 11376227. OLE color: 11376227.

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

Color convert

RGB 99 150 173 -
CMYK 0.43 0.13 0 0.32
HSL 198.65º 0.31% 0.53% -
HSV(B) 198.65º 0.43% 0.68% -
XYZ 23.59 27.48 43.6 -
YUV 137.37 148.1 100.63 -
System Red Green Blue C M Y K H S L
Decimal 99 150 173 0.43 0.13 0 0.32 198.65 0.31 0.53
Hex 63 96 AD 2B D 0 20 C7 1F 35
Octal 143 226 255 53 15 0 40 307 37 65
Binary 1100011 10010110 10101101 101011 1101 0 100000 11000111 11111 110101

Color Harmonies of #6396AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6396AD

Black with #6396AD

Text Example


Text Example

White with #6396AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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