#6193BA

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

Shades of Shakespeare #6193BA

Tints of Shakespeare #6193BA

Color information

#6193BA (or 0x6193BA) is unknown color: approx Shakespeare. HEX triplet: 61, 93 and BA. RGB value is (97,147,186). Sum of RGB (Red+Green+Blue) = 97+147+186=430 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.56% from 430); Green value is 147 (57.81% from 255 or 34.19% from 430); Blue value is 186 (73.05% from 255 or 43.26% from 430); Max value from RGB is 186 - color contains mainly: blue. Hex color #6193BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6193BA is #9E6C45. Grayscale: #888888. Windows color (decimal): -10382406 or 12227425. OLE color: 12227425.

HSL color Cylindrical-coordinate representation of color #6193BA: hue angle of 206.29º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6193BA is Cyan = 0.48, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB97147186-
CMYK0.480.2100.27
HSL206.29º39.21%55.49%-
HSV(B)206.29º47.85%72.94%-
XYZ24.2326.9550.38-
YUV136.5155.9499.83-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.56%
GREEN value IS 147 (57.81% from 255) = 34.19%
BLUE value IS 186 (73.05% from 255) = 43.26%
R=22.56%
G=34.19%
B=43.26%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal971471860.480.2100.27206.2939.2155.49
Hex6193BA301501Bce2737
Octal14122327260250333164767
Binary110000110010011101110101100001010101101111001110100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6193BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6193BA; }

 p { color: rgb(97,147,186); }

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

<style>
 a { background-color: #6193BA; }

 a { background-color: rgb(97,147,186); }

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

<style>
 span { border-color: #6193BA; }

 span { border-color: rgb(97,147,186); }

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