Html Css Color HEX #6199AB Shakespeare

📋 copy color: '#6199AB'

red 97 ◦ green 153 ◦ blue 171

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

Shades of Shakespeare #6199AB

Tints of Shakespeare #6199AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 40.62%

R = 23.04%
G = 36.34%
B = 40.62%

CMYK

 C value IS 0.43

 M value IS 0.11

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6199AB (or 0x6199AB) is known color: Shakespeare. HEX triplet: 61, 99 and AB. RGB value is (97,153,171). Sum of RGB (Red+Green+Blue) = 97+153+171=421 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.04% from 421); Green value is 153 (60.16% from 255 or 36.34% from 421); Blue value is 171 (67.19% from 255 or 40.62% from 421); Max value from RGB is 171 - color contains mainly: blue. Hex color #6199AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6199AB is #9E6654. Grayscale: #8A8A8A. Windows color (decimal): -10380885 or 11245921. OLE color: 11245921.

HSL color Cylindrical-coordinate representation of color #6199AB: hue angle of 194.59º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6199AB is Cyan = 0.43, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 97 153 171 -
CMYK 0.43 0.11 0 0.33
HSL 194.59º 0.31% 0.53% -
HSV(B) 194.59º 0.43% 0.67% -
XYZ 23.67 28.26 42.74 -
YUV 138.31 146.45 98.54 -
System Red Green Blue C M Y K H S L
Decimal 97 153 171 0.43 0.11 0 0.33 194.59 0.31 0.53
Hex 61 99 AB 2B B 0 21 C3 1F 35
Octal 141 231 253 53 13 0 41 303 37 65
Binary 1100001 10011001 10101011 101011 1011 0 100001 11000011 11111 110101

Color Harmonies of #6199AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6199AB

Black with #6199AB

Text Example


Text Example

White with #6199AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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