#6198C1

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

Shades of Shakespeare #6198C1

Tints of Shakespeare #6198C1

Color information

#6198C1 (or 0x6198C1) is unknown color: approx Shakespeare. HEX triplet: 61, 98 and C1. RGB value is (97,152,193). Sum of RGB (Red+Green+Blue) = 97+152+193=442 (58% of max value = 765). Red value is 97 (38.28% from 255 or 21.95% from 442); Green value is 152 (59.77% from 255 or 34.39% from 442); Blue value is 193 (75.78% from 255 or 43.67% from 442); Max value from RGB is 193 - color contains mainly: blue. Hex color #6198C1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6198C1 is #9E673E. Grayscale: #8C8C8C. Windows color (decimal): -10381119 or 12687457. OLE color: 12687457.

HSL color Cylindrical-coordinate representation of color #6198C1: hue angle of 205.62º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6198C1 is Cyan = 0.50, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB97152193-
CMYK0.500.2100.24
HSL205.62º43.64%56.86%-
HSV(B)205.62º49.74%75.69%-
XYZ25.7828.8554.66-
YUV140.23157.7897.17-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.95%
GREEN value IS 152 (59.77% from 255) = 34.39%
BLUE value IS 193 (75.78% from 255) = 43.67%
R=21.95%
G=34.39%
B=43.67%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal971521930.500.2100.24205.6243.6456.86
Hex6198C13215018ce2c39
Octal14123030162250303165471
Binary110000110011000110000011100101010101100011001110101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6198C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6198C1; }

 p { color: rgb(97,152,193); }

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

<style>
 a { background-color: #6198C1; }

 a { background-color: rgb(97,152,193); }

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

<style>
 span { border-color: #6198C1; }

 span { border-color: rgb(97,152,193); }

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