#639CAC

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

Shades of Shakespeare #639CAC

Tints of Shakespeare #639CAC

Color information

#639CAC (or 0x639CAC) is unknown color: approx Shakespeare. HEX triplet: 63, 9C and AC. RGB value is (99,156,172). Sum of RGB (Red+Green+Blue) = 99+156+172=427 (56% of max value = 765). Red value is 99 (39.06% from 255 or 23.19% from 427); Green value is 156 (61.33% from 255 or 36.53% from 427); Blue value is 172 (67.58% from 255 or 40.28% from 427); Max value from RGB is 172 - color contains mainly: blue. Hex color #639CAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #639CAC is #9C6353. Grayscale: #8C8C8C. Windows color (decimal): -10249044 or 11312227. OLE color: 11312227.

HSL color Cylindrical-coordinate representation of color #639CAC: hue angle of 193.15º degrees, saturation: 0.31, 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 #639CAC is Cyan = 0.42, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB99156172-
CMYK0.420.0900.33
HSL193.15º30.54%53.14%-
HSV(B)193.15º42.44%67.45%-
XYZ24.4829.4143.42-
YUV140.78145.6298.2-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 23.19%
GREEN value IS 156 (61.33% from 255) = 36.53%
BLUE value IS 172 (67.58% from 255) = 40.28%
R=23.19%
G=36.53%
B=40.28%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal991561720.420.0900.33193.1530.5453.14
Hex639CAC2A9021c11f35
Octal14323425452110413013765
Binary11000111001110010101100101010100101000011100000111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #639CAC; }

 p { color: rgb(99,156,172); }

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

<style>
 a { background-color: #639CAC; }

 a { background-color: rgb(99,156,172); }

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

<style>
 span { border-color: #639CAC; }

 span { border-color: rgb(99,156,172); }

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