#6197BC

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

Shades of Shakespeare #6197BC

Tints of Shakespeare #6197BC

Color information

#6197BC (or 0x6197BC) is unknown color: approx Shakespeare. HEX triplet: 61, 97 and BC. RGB value is (97,151,188). Sum of RGB (Red+Green+Blue) = 97+151+188=436 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.25% from 436); Green value is 151 (59.38% from 255 or 34.63% from 436); Blue value is 188 (73.83% from 255 or 43.12% from 436); Max value from RGB is 188 - color contains mainly: blue. Hex color #6197BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6197BC is #9E6843. Grayscale: #8A8A8A. Windows color (decimal): -10381380 or 12359521. OLE color: 12359521.

HSL color Cylindrical-coordinate representation of color #6197BC: hue angle of 204.4º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6197BC is Cyan = 0.48, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB97151188-
CMYK0.480.2000.26
HSL204.4º40.44%55.88%-
HSV(B)204.4º48.4%73.73%-
XYZ25.0728.3151.72-
YUV139.07155.6197.99-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.25%
GREEN value IS 151 (59.38% from 255) = 34.63%
BLUE value IS 188 (73.83% from 255) = 43.12%
R=22.25%
G=34.63%
B=43.12%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal971511880.480.2000.26204.440.4455.88
Hex6197BC301401Acc2838
Octal14122727460240323145070
Binary110000110010111101111001100001010001101011001100101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6197BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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