#6196AF

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

Shades of Shakespeare #6196AF

Tints of Shakespeare #6196AF

Color information

#6196AF (or 0x6196AF) is unknown color: approx Shakespeare. HEX triplet: 61, 96 and AF. RGB value is (97,150,175). Sum of RGB (Red+Green+Blue) = 97+150+175=422 (55% of max value = 765). Red value is 97 (38.28% from 255 or 22.99% from 422); Green value is 150 (58.98% from 255 or 35.55% from 422); Blue value is 175 (68.75% from 255 or 41.47% from 422); Max value from RGB is 175 - color contains mainly: blue. Hex color #6196AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6196AF is #9E6950. Grayscale: #888888. Windows color (decimal): -10381649 or 11507297. OLE color: 11507297.

HSL color Cylindrical-coordinate representation of color #6196AF: hue angle of 199.23º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6196AF is Cyan = 0.45, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB97150175-
CMYK0.450.1400.31
HSL199.23º32.77%53.33%-
HSV(B)199.23º44.57%68.63%-
XYZ23.5727.4544.61-
YUV137149.4499.47-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.99%
GREEN value IS 150 (58.98% from 255) = 35.55%
BLUE value IS 175 (68.75% from 255) = 41.47%
R=22.99%
G=35.55%
B=41.47%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal971501750.450.1400.31199.2332.7753.33
Hex6196AF2DE01Fc72135
Octal14122625755160373074165
Binary11000011001011010101111101101111001111111000111100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6196AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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