#639EAE

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

Shades of Shakespeare #639EAE

Tints of Shakespeare #639EAE

Color information

#639EAE (or 0x639EAE) is unknown color: approx Shakespeare. HEX triplet: 63, 9E and AE. RGB value is (99,158,174). Sum of RGB (Red+Green+Blue) = 99+158+174=431 (57% of max value = 765). Red value is 99 (39.06% from 255 or 22.97% from 431); Green value is 158 (62.11% from 255 or 36.66% from 431); Blue value is 174 (68.36% from 255 or 40.37% from 431); Max value from RGB is 174 - color contains mainly: blue. Hex color #639EAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #639EAE is #9C6151. Grayscale: #8E8E8E. Windows color (decimal): -10248530 or 11443811. OLE color: 11443811.

HSL color Cylindrical-coordinate representation of color #639EAE: hue angle of 192.8º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #639EAE is Cyan = 0.43, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB99158174-
CMYK0.430.0900.32
HSL192.8º31.65%53.53%-
HSV(B)192.8º43.1%68.24%-
XYZ25.0130.1644.55-
YUV142.18145.9597.2-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 22.97%
GREEN value IS 158 (62.11% from 255) = 36.66%
BLUE value IS 174 (68.36% from 255) = 40.37%
R=22.97%
G=36.66%
B=40.37%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal991581740.430.0900.32192.831.6553.53
Hex639EAE2B9020c12036
Octal14323625653110403014066
Binary110001110011110101011101010111001010000011000001100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,158,174); }

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

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

 a { background-color: rgb(99,158,174); }

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

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

 span { border-color: rgb(99,158,174); }

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