Html Css Color HEX #6199AE Shakespeare

📋 copy color: '#6199AE'

red 97 ◦ green 153 ◦ blue 174

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

Shades of Shakespeare #6199AE

Tints of Shakespeare #6199AE

RGB

 RED value IS 97 (38.28% from 255) = 22.88%

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

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

R = 22.88%
G = 36.08%
B = 41.04%

CMYK

 C value IS 0.44

 M value IS 0.12

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6199AE (or 0x6199AE) is known color: Shakespeare. HEX triplet: 61, 99 and AE. RGB value is (97,153,174). Sum of RGB (Red+Green+Blue) = 97+153+174=424 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.88% from 424); Green value is 153 (60.16% from 255 or 36.08% from 424); Blue value is 174 (68.36% from 255 or 41.04% from 424); Max value from RGB is 174 - color contains mainly: blue. Hex color #6199AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6199AE is #9E6651. Grayscale: #8A8A8A. Windows color (decimal): -10380882 or 11442529. OLE color: 11442529.

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

Color convert

RGB 97 153 174 -
CMYK 0.44 0.12 0 0.32
HSL 196.36º 0.32% 0.53% -
HSV(B) 196.36º 0.44% 0.68% -
XYZ 23.96 28.38 44.26 -
YUV 138.65 147.95 98.29 -
System Red Green Blue C M Y K H S L
Decimal 97 153 174 0.44 0.12 0 0.32 196.36 0.32 0.53
Hex 61 99 AE 2C C 0 20 C4 20 35
Octal 141 231 256 54 14 0 40 304 40 65
Binary 1100001 10011001 10101110 101100 1100 0 100000 11000100 100000 110101

Color Harmonies of #6199AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6199AE

Black with #6199AE

Text Example


Text Example

White with #6199AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,153,174); }

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

background-color css

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

 a { background-color: rgb(97,153,174); }

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

border-color css

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

 span { border-color: rgb(97,153,174); }

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