#6196B2

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

Shades of Shakespeare #6196B2

Tints of Shakespeare #6196B2

Color information

#6196B2 (or 0x6196B2) is unknown color: approx Shakespeare. HEX triplet: 61, 96 and B2. RGB value is (97,150,178). Sum of RGB (Red+Green+Blue) = 97+150+178=425 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.82% from 425); Green value is 150 (58.98% from 255 or 35.29% from 425); Blue value is 178 (69.92% from 255 or 41.88% from 425); Max value from RGB is 178 - color contains mainly: blue. Hex color #6196B2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6196B2 is #9E694D. Grayscale: #898989. Windows color (decimal): -10381646 or 11703905. OLE color: 11703905.

HSL color Cylindrical-coordinate representation of color #6196B2: hue angle of 200.74º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6196B2 is Cyan = 0.46, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB97150178-
CMYK0.460.1600.30
HSL200.74º34.47%53.92%-
HSV(B)200.74º45.51%69.8%-
XYZ23.8727.5746.18-
YUV137.34150.9499.22-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.82%
GREEN value IS 150 (58.98% from 255) = 35.29%
BLUE value IS 178 (69.92% from 255) = 41.88%
R=22.82%
G=35.29%
B=41.88%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal971501780.460.1600.30200.7434.4753.92
Hex6196B22E1001Ec92236
Octal14122626256200363114266
Binary110000110010110101100101011101000001111011001001100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6196B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6196B2; }

 p { color: rgb(97,150,178); }

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

<style>
 a { background-color: #6196B2; }

 a { background-color: rgb(97,150,178); }

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

<style>
 span { border-color: #6196B2; }

 span { border-color: rgb(97,150,178); }

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