Html Css Color HEX #6199B6 Shakespeare

📋 copy color: '#6199B6'

red 97 ◦ green 153 ◦ blue 182

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

Shades of Shakespeare #6199B6

Tints of Shakespeare #6199B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 42.13%

R = 22.45%
G = 35.42%
B = 42.13%

CMYK

 C value IS 0.47

 M value IS 0.16

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#6199B6 (or 0x6199B6) is known color: Shakespeare. HEX triplet: 61, 99 and B6. RGB value is (97,153,182). Sum of RGB (Red+Green+Blue) = 97+153+182=432 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.45% from 432); Green value is 153 (60.16% from 255 or 35.42% from 432); Blue value is 182 (71.48% from 255 or 42.13% from 432); Max value from RGB is 182 - color contains mainly: blue. Hex color #6199B6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6199B6 is #9E6649. Grayscale: #8B8B8B. Windows color (decimal): -10380874 or 11966817. OLE color: 11966817.

HSL color Cylindrical-coordinate representation of color #6199B6: hue angle of 200.47º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6199B6 is Cyan = 0.47, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 97 153 182 -
CMYK 0.47 0.16 0 0.29
HSL 200.47º 0.37% 0.55% -
HSV(B) 200.47º 0.47% 0.71% -
XYZ 24.76 28.7 48.49 -
YUV 139.56 151.95 97.64 -
System Red Green Blue C M Y K H S L
Decimal 97 153 182 0.47 0.16 0 0.29 200.47 0.37 0.55
Hex 61 99 B6 2F 10 0 1D C8 25 37
Octal 141 231 266 57 20 0 35 310 45 67
Binary 1100001 10011001 10110110 101111 10000 0 11101 11001000 100101 110111

Color Harmonies of #6199B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6199B6

Black with #6199B6

Text Example


Text Example

White with #6199B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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