Html Css Color HEX #6396AE Shakespeare

📋 copy color: '#6396AE'

red 99 ◦ green 150 ◦ blue 174

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

Shades of Shakespeare #6396AE

Tints of Shakespeare #6396AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 41.13%

R = 23.4%
G = 35.46%
B = 41.13%

CMYK

 C value IS 0.43

 M value IS 0.14

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6396AE (or 0x6396AE) is known color: Shakespeare. HEX triplet: 63, 96 and AE. RGB value is (99,150,174). Sum of RGB (Red+Green+Blue) = 99+150+174=423 (56% of max value = 765). Red value is 99 (39.06% from 255 or 23.40% from 423); Green value is 150 (58.98% from 255 or 35.46% from 423); Blue value is 174 (68.36% from 255 or 41.13% from 423); Max value from RGB is 174 - color contains mainly: blue. Hex color #6396AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6396AE is #9C6951. Grayscale: #898989. Windows color (decimal): -10250578 or 11441763. OLE color: 11441763.

HSL color Cylindrical-coordinate representation of color #6396AE: hue angle of 199.2º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6396AE is Cyan = 0.43, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 99 150 174 -
CMYK 0.43 0.14 0 0.32
HSL 199.2º 0.32% 0.54% -
HSV(B) 199.2º 0.43% 0.68% -
XYZ 23.69 27.52 44.11 -
YUV 137.49 148.6 100.55 -
System Red Green Blue C M Y K H S L
Decimal 99 150 174 0.43 0.14 0 0.32 199.2 0.32 0.54
Hex 63 96 AE 2B E 0 20 C7 20 36
Octal 143 226 256 53 16 0 40 307 40 66
Binary 1100011 10010110 10101110 101011 1110 0 100000 11000111 100000 110110

Color Harmonies of #6396AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6396AE

Black with #6396AE

Text Example


Text Example

White with #6396AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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