Html Css Color HEX #6199C1 Shakespeare

📋 copy color: '#6199C1'

red 97 ◦ green 153 ◦ blue 193

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

Shades of Shakespeare #6199C1

Tints of Shakespeare #6199C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 43.57%

R = 21.9%
G = 34.54%
B = 43.57%

CMYK

 C value IS 0.50

 M value IS 0.21

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#6199C1 (or 0x6199C1) is known color: Shakespeare. HEX triplet: 61, 99 and C1. RGB value is (97,153,193). Sum of RGB (Red+Green+Blue) = 97+153+193=443 (58% of max value = 765). Red value is 97 (38.28% from 255 or 21.90% from 443); Green value is 153 (60.16% from 255 or 34.54% from 443); Blue value is 193 (75.78% from 255 or 43.57% from 443); Max value from RGB is 193 - color contains mainly: blue. Hex color #6199C1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6199C1 is #9E663E. Grayscale: #8C8C8C. Windows color (decimal): -10380863 or 12687713. OLE color: 12687713.

HSL color Cylindrical-coordinate representation of color #6199C1: hue angle of 205º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6199C1 is Cyan = 0.50, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 97 153 193 -
CMYK 0.50 0.21 0 0.24
HSL 205º 0.44% 0.57% -
HSV(B) 205º 0.5% 0.76% -
XYZ 25.95 29.17 54.72 -
YUV 140.82 157.45 96.75 -
System Red Green Blue C M Y K H S L
Decimal 97 153 193 0.50 0.21 0 0.24 205 0.44 0.57
Hex 61 99 C1 32 15 0 18 CD 2C 39
Octal 141 231 301 62 25 0 30 315 54 71
Binary 1100001 10011001 11000001 110010 10101 0 11000 11001101 101100 111001

Color Harmonies of #6199C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6199C1

Black with #6199C1

Text Example


Text Example

White with #6199C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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