Html Css Color HEX #6199BF Shakespeare

📋 copy color: '#6199BF'

red 97 ◦ green 153 ◦ blue 191

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

Shades of Shakespeare #6199BF

Tints of Shakespeare #6199BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 43.31%

R = 22%
G = 34.69%
B = 43.31%

CMYK

 C value IS 0.49

 M value IS 0.20

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6199BF (or 0x6199BF) is known color: Shakespeare. HEX triplet: 61, 99 and BF. RGB value is (97,153,191). Sum of RGB (Red+Green+Blue) = 97+153+191=441 (58% of max value = 765). Red value is 97 (38.28% from 255 or 22.00% from 441); Green value is 153 (60.16% from 255 or 34.69% from 441); Blue value is 191 (75% from 255 or 43.31% from 441); Max value from RGB is 191 - color contains mainly: blue. Hex color #6199BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6199BF is #9E6640. Grayscale: #8C8C8C. Windows color (decimal): -10380865 or 12556641. OLE color: 12556641.

HSL color Cylindrical-coordinate representation of color #6199BF: hue angle of 204.26º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6199BF is Cyan = 0.49, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 97 153 191 -
CMYK 0.49 0.20 0 0.25
HSL 204.26º 0.42% 0.56% -
HSV(B) 204.26º 0.49% 0.75% -
XYZ 25.72 29.09 53.55 -
YUV 140.59 156.45 96.91 -
System Red Green Blue C M Y K H S L
Decimal 97 153 191 0.49 0.20 0 0.25 204.26 0.42 0.56
Hex 61 99 BF 31 14 0 19 CC 2A 38
Octal 141 231 277 61 24 0 31 314 52 70
Binary 1100001 10011001 10111111 110001 10100 0 11001 11001100 101010 111000

Color Harmonies of #6199BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6199BF

Black with #6199BF

Text Example


Text Example

White with #6199BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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