#639AAD

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

Shades of Shakespeare #639AAD

Tints of Shakespeare #639AAD

Color information

#639AAD (or 0x639AAD) is unknown color: approx Shakespeare. HEX triplet: 63, 9A and AD. RGB value is (99,154,173). Sum of RGB (Red+Green+Blue) = 99+154+173=426 (56% of max value = 765). Red value is 99 (39.06% from 255 or 23.24% from 426); Green value is 154 (60.55% from 255 or 36.15% from 426); Blue value is 173 (67.97% from 255 or 40.61% from 426); Max value from RGB is 173 - color contains mainly: blue. Hex color #639AAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #639AAD is #9C6552. Grayscale: #8B8B8B. Windows color (decimal): -10249555 or 11377251. OLE color: 11377251.

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

Color convert

RGB99154173-
CMYK0.430.1100.32
HSL195.41º31.09%53.33%-
HSV(B)195.41º42.77%67.84%-
XYZ24.2428.7843.81-
YUV139.72146.7898.96-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 23.24%
GREEN value IS 154 (60.55% from 255) = 36.15%
BLUE value IS 173 (67.97% from 255) = 40.61%
R=23.24%
G=36.15%
B=40.61%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal991541730.430.1100.32195.4131.0953.33
Hex639AAD2BB020c31f35
Octal14323225553130403033765
Binary11000111001101010101101101011101101000001100001111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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