#6197BE

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

Shades of Shakespeare #6197BE

Tints of Shakespeare #6197BE

Color information

#6197BE (or 0x6197BE) is unknown color: approx Shakespeare. HEX triplet: 61, 97 and BE. RGB value is (97,151,190). Sum of RGB (Red+Green+Blue) = 97+151+190=438 (58% of max value = 765). Red value is 97 (38.28% from 255 or 22.15% from 438); Green value is 151 (59.38% from 255 or 34.47% from 438); Blue value is 190 (74.61% from 255 or 43.38% from 438); Max value from RGB is 190 - color contains mainly: blue. Hex color #6197BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6197BE is #9E6841. Grayscale: #8B8B8B. Windows color (decimal): -10381378 or 12490593. OLE color: 12490593.

HSL color Cylindrical-coordinate representation of color #6197BE: hue angle of 205.16º 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 #6197BE is Cyan = 0.49, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB97151190-
CMYK0.490.2100.25
HSL205.16º41.7%56.27%-
HSV(B)205.16º48.95%74.51%-
XYZ25.2928.3952.86-
YUV139.3156.6197.83-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.15%
GREEN value IS 151 (59.38% from 255) = 34.47%
BLUE value IS 190 (74.61% from 255) = 43.38%
R=22.15%
G=34.47%
B=43.38%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal971511900.490.2100.25205.1641.756.27
Hex6197BE3115019cd2a38
Octal14122727661250313155270
Binary110000110010111101111101100011010101100111001101101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6197BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6197BE; }

 p { color: rgb(97,151,190); }

 H1.HeaderClassName
 {
   color: #6197BE;
 }
 .AnyTagClassName
 {
   color: #6197BE;
 }
</style>
background-color css

<style>
 a { background-color: #6197BE; }

 a { background-color: rgb(97,151,190); }

 div.DivClassName
 {
   background-color: #6197BE;
 }
 .BgClassName
 {
   background-color: #6197BE;
 }
</style>
border-color css

<style>
 span { border-color: #6197BE; }

 span { border-color: rgb(97,151,190); }

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