Html Css Color HEX #6396AA Shakespeare

📋 copy color: '#6396AA'

red 99 ◦ green 150 ◦ blue 170

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

Shades of Shakespeare #6396AA

Tints of Shakespeare #6396AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 40.57%

R = 23.63%
G = 35.8%
B = 40.57%

CMYK

 C value IS 0.42

 M value IS 0.12

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6396AA (or 0x6396AA) is known color: Shakespeare. HEX triplet: 63, 96 and AA. RGB value is (99,150,170). Sum of RGB (Red+Green+Blue) = 99+150+170=419 (55% of max value = 765). Red value is 99 (39.06% from 255 or 23.63% from 419); Green value is 150 (58.98% from 255 or 35.80% from 419); Blue value is 170 (66.80% from 255 or 40.57% from 419); Max value from RGB is 170 - color contains mainly: blue. Hex color #6396AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6396AA is #9C6955. Grayscale: #888888. Windows color (decimal): -10250582 or 11179619. OLE color: 11179619.

HSL color Cylindrical-coordinate representation of color #6396AA: hue angle of 196.9º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6396AA is Cyan = 0.42, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 99 150 170 -
CMYK 0.42 0.12 0 0.33
HSL 196.9º 0.29% 0.53% -
HSV(B) 196.9º 0.42% 0.67% -
XYZ 23.31 27.37 42.08 -
YUV 137.03 146.6 100.87 -
System Red Green Blue C M Y K H S L
Decimal 99 150 170 0.42 0.12 0 0.33 196.9 0.29 0.53
Hex 63 96 AA 2A C 0 21 C5 1D 35
Octal 143 226 252 52 14 0 41 305 35 65
Binary 1100011 10010110 10101010 101010 1100 0 100001 11000101 11101 110101

Color Harmonies of #6396AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6396AA

Black with #6396AA

Text Example


Text Example

White with #6396AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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