#6397AD

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

Shades of Shakespeare #6397AD

Tints of Shakespeare #6397AD

Color information

#6397AD (or 0x6397AD) is unknown color: approx Shakespeare. HEX triplet: 63, 97 and AD. RGB value is (99,151,173). Sum of RGB (Red+Green+Blue) = 99+151+173=423 (56% of max value = 765). Red value is 99 (39.06% from 255 or 23.40% from 423); Green value is 151 (59.38% from 255 or 35.70% from 423); Blue value is 173 (67.97% from 255 or 40.90% from 423); Max value from RGB is 173 - color contains mainly: blue. Hex color #6397AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6397AD is #9C6852. Grayscale: #898989. Windows color (decimal): -10250323 or 11376483. OLE color: 11376483.

HSL color Cylindrical-coordinate representation of color #6397AD: hue angle of 197.84º 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 #6397AD is Cyan = 0.43, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB99151173-
CMYK0.430.1300.32
HSL197.84º31.09%53.33%-
HSV(B)197.84º42.77%67.84%-
XYZ23.7627.843.65-
YUV137.96147.77100.21-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 23.40%
GREEN value IS 151 (59.38% from 255) = 35.70%
BLUE value IS 173 (67.97% from 255) = 40.90%
R=23.40%
G=35.70%
B=40.90%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal991511730.430.1300.32197.8431.0953.33
Hex6397AD2BD020c61f35
Octal14322725553150403063765
Binary11000111001011110101101101011110101000001100011011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6397AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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