#6298AB

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

Shades of Shakespeare #6298AB

Tints of Shakespeare #6298AB

Color information

#6298AB (or 0x6298AB) is unknown color: approx Shakespeare. HEX triplet: 62, 98 and AB. RGB value is (98,152,171). Sum of RGB (Red+Green+Blue) = 98+152+171=421 (55% of max value = 765). Red value is 98 (38.67% from 255 or 23.28% from 421); Green value is 152 (59.77% from 255 or 36.10% from 421); Blue value is 171 (67.19% from 255 or 40.62% from 421); Max value from RGB is 171 - color contains mainly: blue. Hex color #6298AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6298AB is #9D6754. Grayscale: #898989. Windows color (decimal): -10315605 or 11245666. OLE color: 11245666.

HSL color Cylindrical-coordinate representation of color #6298AB: hue angle of 195.62º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6298AB is Cyan = 0.43, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB98152171-
CMYK0.430.1100.33
HSL195.62º30.29%52.75%-
HSV(B)195.62º42.69%67.06%-
XYZ23.6227.9942.69-
YUV138.02146.6199.46-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 23.28%
GREEN value IS 152 (59.77% from 255) = 36.10%
BLUE value IS 171 (67.19% from 255) = 40.62%
R=23.28%
G=36.10%
B=40.62%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal981521710.430.1100.33195.6230.2952.75
Hex6298AB2BB021c41e35
Octal14223025353130413043665
Binary11000101001100010101011101011101101000011100010011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6298AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6298AB; }

 p { color: rgb(98,152,171); }

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

<style>
 a { background-color: #6298AB; }

 a { background-color: rgb(98,152,171); }

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

<style>
 span { border-color: #6298AB; }

 span { border-color: rgb(98,152,171); }

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