#639DB5

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

Shades of Shakespeare #639DB5

Tints of Shakespeare #639DB5

Color information

#639DB5 (or 0x639DB5) is unknown color: approx Shakespeare. HEX triplet: 63, 9D and B5. RGB value is (99,157,181). Sum of RGB (Red+Green+Blue) = 99+157+181=437 (57% of max value = 765). Red value is 99 (39.06% from 255 or 22.65% from 437); Green value is 157 (61.72% from 255 or 35.93% from 437); Blue value is 181 (71.09% from 255 or 41.42% from 437); Max value from RGB is 181 - color contains mainly: blue. Hex color #639DB5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #639DB5 is #9C624A. Grayscale: #8E8E8E. Windows color (decimal): -10248779 or 11902307. OLE color: 11902307.

HSL color Cylindrical-coordinate representation of color #639DB5: hue angle of 197.56º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #639DB5 is Cyan = 0.45, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB99157181-
CMYK0.450.1300.29
HSL197.56º35.65%54.9%-
HSV(B)197.56º45.3%70.98%-
XYZ25.5430.148.18-
YUV142.39149.7897.05-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 22.65%
GREEN value IS 157 (61.72% from 255) = 35.93%
BLUE value IS 181 (71.09% from 255) = 41.42%
R=22.65%
G=35.93%
B=41.42%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal991571810.450.1300.29197.5635.6554.9
Hex639DB52DD01Dc62437
Octal14323526555150353064467
Binary11000111001110110110101101101110101110111000110100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639DB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,157,181); }

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

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

 a { background-color: rgb(99,157,181); }

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

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

 span { border-color: rgb(99,157,181); }

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