#6397AB

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

Shades of Shakespeare #6397AB

Tints of Shakespeare #6397AB

Color information

#6397AB (or 0x6397AB) is unknown color: approx Shakespeare. HEX triplet: 63, 97 and AB. RGB value is (99,151,171). Sum of RGB (Red+Green+Blue) = 99+151+171=421 (55% of max value = 765). Red value is 99 (39.06% from 255 or 23.52% from 421); Green value is 151 (59.38% from 255 or 35.87% 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 #6397AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6397AB is #9C6854. Grayscale: #898989. Windows color (decimal): -10250325 or 11245411. OLE color: 11245411.

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

Color convert

RGB99151171-
CMYK0.420.1200.33
HSL196.67º30%52.94%-
HSV(B)196.67º42.11%67.06%-
XYZ23.5627.7342.64-
YUV137.73146.77100.37-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 23.52%
GREEN value IS 151 (59.38% from 255) = 35.87%
BLUE value IS 171 (67.19% from 255) = 40.62%
R=23.52%
G=35.87%
B=40.62%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal991511710.420.1200.33196.673052.94
Hex6397AB2AC021c51e35
Octal14322725352140413053665
Binary11000111001011110101011101010110001000011100010111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6397AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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