#6398AD

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

Shades of Shakespeare #6398AD

Tints of Shakespeare #6398AD

Color information

#6398AD (or 0x6398AD) is unknown color: approx Shakespeare. HEX triplet: 63, 98 and AD. RGB value is (99,152,173). Sum of RGB (Red+Green+Blue) = 99+152+173=424 (56% of max value = 765). Red value is 99 (39.06% from 255 or 23.35% from 424); Green value is 152 (59.77% from 255 or 35.85% from 424); Blue value is 173 (67.97% from 255 or 40.80% from 424); Max value from RGB is 173 - color contains mainly: blue. Hex color #6398AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6398AD is #9C6752. Grayscale: #8A8A8A. Windows color (decimal): -10250067 or 11376739. OLE color: 11376739.

HSL color Cylindrical-coordinate representation of color #6398AD: hue angle of 197.03º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6398AD is Cyan = 0.43, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB99152173-
CMYK0.430.1200.32
HSL197.03º31.09%53.33%-
HSV(B)197.03º42.77%67.84%-
XYZ23.9228.1343.7-
YUV138.55147.4499.79-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 23.35%
GREEN value IS 152 (59.77% from 255) = 35.85%
BLUE value IS 173 (67.97% from 255) = 40.80%
R=23.35%
G=35.85%
B=40.80%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal991521730.430.1200.32197.0331.0953.33
Hex6398AD2BC020c51f35
Octal14323025553140403053765
Binary11000111001100010101101101011110001000001100010111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6398AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6398AD; }

 p { color: rgb(99,152,173); }

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

<style>
 a { background-color: #6398AD; }

 a { background-color: rgb(99,152,173); }

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

<style>
 span { border-color: #6398AD; }

 span { border-color: rgb(99,152,173); }

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