Html Css Color HEX #6199BB Shakespeare

📋 copy color: '#6199BB'

red 97 ◦ green 153 ◦ blue 187

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

Shades of Shakespeare #6199BB

Tints of Shakespeare #6199BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 42.79%

R = 22.2%
G = 35.01%
B = 42.79%

CMYK

 C value IS 0.48

 M value IS 0.18

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6199BB (or 0x6199BB) is known color: Shakespeare. HEX triplet: 61, 99 and BB. RGB value is (97,153,187). Sum of RGB (Red+Green+Blue) = 97+153+187=437 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.20% from 437); Green value is 153 (60.16% from 255 or 35.01% from 437); Blue value is 187 (73.44% from 255 or 42.79% from 437); Max value from RGB is 187 - color contains mainly: blue. Hex color #6199BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6199BB is #9E6644. Grayscale: #8B8B8B. Windows color (decimal): -10380869 or 12294497. OLE color: 12294497.

HSL color Cylindrical-coordinate representation of color #6199BB: hue angle of 202.67º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6199BB is Cyan = 0.48, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 97 153 187 -
CMYK 0.48 0.18 0 0.27
HSL 202.67º 0.4% 0.56% -
HSV(B) 202.67º 0.48% 0.73% -
XYZ 25.29 28.91 51.26 -
YUV 140.13 154.45 97.24 -
System Red Green Blue C M Y K H S L
Decimal 97 153 187 0.48 0.18 0 0.27 202.67 0.4 0.56
Hex 61 99 BB 30 12 0 1B CB 28 38
Octal 141 231 273 60 22 0 33 313 50 70
Binary 1100001 10011001 10111011 110000 10010 0 11011 11001011 101000 111000

Color Harmonies of #6199BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6199BB

Black with #6199BB

Text Example


Text Example

White with #6199BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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