#6198AF

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

Shades of Shakespeare #6198AF

Tints of Shakespeare #6198AF

Color information

#6198AF (or 0x6198AF) is unknown color: approx Shakespeare. HEX triplet: 61, 98 and AF. RGB value is (97,152,175). Sum of RGB (Red+Green+Blue) = 97+152+175=424 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.88% from 424); Green value is 152 (59.77% from 255 or 35.85% from 424); Blue value is 175 (68.75% from 255 or 41.27% from 424); Max value from RGB is 175 - color contains mainly: blue. Hex color #6198AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6198AF is #9E6750. Grayscale: #8A8A8A. Windows color (decimal): -10381137 or 11507809. OLE color: 11507809.

HSL color Cylindrical-coordinate representation of color #6198AF: hue angle of 197.69º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6198AF is Cyan = 0.45, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB97152175-
CMYK0.450.1300.31
HSL197.69º32.77%53.33%-
HSV(B)197.69º44.57%68.63%-
XYZ23.928.0944.72-
YUV138.18148.7898.63-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.88%
GREEN value IS 152 (59.77% from 255) = 35.85%
BLUE value IS 175 (68.75% from 255) = 41.27%
R=22.88%
G=35.85%
B=41.27%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal971521750.450.1300.31197.6932.7753.33
Hex6198AF2DD01Fc62135
Octal14123025755150373064165
Binary11000011001100010101111101101110101111111000110100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6198AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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