#6195BB

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

Shades of Shakespeare #6195BB

Tints of Shakespeare #6195BB

Color information

#6195BB (or 0x6195BB) is unknown color: approx Shakespeare. HEX triplet: 61, 95 and BB. RGB value is (97,149,187). Sum of RGB (Red+Green+Blue) = 97+149+187=433 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.40% from 433); Green value is 149 (58.59% from 255 or 34.41% from 433); Blue value is 187 (73.44% from 255 or 43.19% from 433); Max value from RGB is 187 - color contains mainly: blue. Hex color #6195BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6195BB is #9E6A44. Grayscale: #898989. Windows color (decimal): -10381893 or 12293473. OLE color: 12293473.

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

Color convert

RGB97149187-
CMYK0.480.2000.27
HSL205.33º39.82%55.69%-
HSV(B)205.33º48.13%73.33%-
XYZ24.6527.6251.05-
YUV137.78155.7798.91-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.40%
GREEN value IS 149 (58.59% from 255) = 34.41%
BLUE value IS 187 (73.44% from 255) = 43.19%
R=22.40%
G=34.41%
B=43.19%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal971491870.480.2000.27205.3339.8255.69
Hex6195BB301401Bcd2838
Octal14122527360240333155070
Binary110000110010101101110111100001010001101111001101101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6195BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6195BB; }

 p { color: rgb(97,149,187); }

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

<style>
 a { background-color: #6195BB; }

 a { background-color: rgb(97,149,187); }

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

<style>
 span { border-color: #6195BB; }

 span { border-color: rgb(97,149,187); }

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