#6199BF

Color #6199BF Shakespeare (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shakespeare #6199BF

Tints of Shakespeare #6199BF

Color information

#6199BF (or 0x6199BF) is unknown color: approx 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

RGB97153191-
CMYK0.490.2000.25
HSL204.26º42.34%56.47%-
HSV(B)204.26º49.21%74.9%-
XYZ25.7229.0953.55-
YUV140.59156.4596.91-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.00%
GREEN value IS 153 (60.16% from 255) = 34.69%
BLUE value IS 191 (75% from 255) = 43.31%
R=22.00%
G=34.69%
B=43.31%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal971531910.490.2000.25204.2642.3456.47
Hex6199BF3114019cc2a38
Octal14123127761240313145270
Binary110000110011001101111111100011010001100111001100101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6199BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>