#6198BB

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

Shades of Shakespeare #6198BB

Tints of Shakespeare #6198BB

Color information

#6198BB (or 0x6198BB) is unknown color: approx Shakespeare. HEX triplet: 61, 98 and BB. RGB value is (97,152,187). Sum of RGB (Red+Green+Blue) = 97+152+187=436 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.25% from 436); Green value is 152 (59.77% from 255 or 34.86% from 436); Blue value is 187 (73.44% from 255 or 42.89% from 436); Max value from RGB is 187 - color contains mainly: blue. Hex color #6198BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6198BB is #9E6744. Grayscale: #8B8B8B. Windows color (decimal): -10381125 or 12294241. OLE color: 12294241.

HSL color Cylindrical-coordinate representation of color #6198BB: hue angle of 203.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 #6198BB is Cyan = 0.48, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB97152187-
CMYK0.480.1900.27
HSL203.33º39.82%55.69%-
HSV(B)203.33º48.13%73.33%-
XYZ25.1328.5951.21-
YUV139.54154.7897.65-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.25%
GREEN value IS 152 (59.77% from 255) = 34.86%
BLUE value IS 187 (73.44% from 255) = 42.89%
R=22.25%
G=34.86%
B=42.89%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal971521870.480.1900.27203.3339.8255.69
Hex6198BB301301Bcb2838
Octal14123027360230333135070
Binary110000110011000101110111100001001101101111001011101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6198BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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