#6198BC

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

Shades of Shakespeare #6198BC

Tints of Shakespeare #6198BC

Color information

#6198BC (or 0x6198BC) is unknown color: approx Shakespeare. HEX triplet: 61, 98 and BC. RGB value is (97,152,188). Sum of RGB (Red+Green+Blue) = 97+152+188=437 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.20% from 437); Green value is 152 (59.77% from 255 or 34.78% from 437); Blue value is 188 (73.83% from 255 or 43.02% from 437); Max value from RGB is 188 - color contains mainly: blue. Hex color #6198BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6198BC is #9E6743. Grayscale: #8B8B8B. Windows color (decimal): -10381124 or 12359777. OLE color: 12359777.

HSL color Cylindrical-coordinate representation of color #6198BC: hue angle of 203.74º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6198BC is Cyan = 0.48, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB97152188-
CMYK0.480.1900.26
HSL203.74º40.44%55.88%-
HSV(B)203.74º48.4%73.73%-
XYZ25.2428.6351.77-
YUV139.66155.2897.57-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.20%
GREEN value IS 152 (59.77% from 255) = 34.78%
BLUE value IS 188 (73.83% from 255) = 43.02%
R=22.20%
G=34.78%
B=43.02%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal971521880.480.1900.26203.7440.4455.88
Hex6198BC301301Acc2838
Octal14123027460230323145070
Binary110000110011000101111001100001001101101011001100101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6198BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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