#639DBE

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

Shades of Shakespeare #639DBE

Tints of Shakespeare #639DBE

Color information

#639DBE (or 0x639DBE) is unknown color: approx Shakespeare. HEX triplet: 63, 9D and BE. RGB value is (99,157,190). Sum of RGB (Red+Green+Blue) = 99+157+190=446 (59% of max value = 765). Red value is 99 (39.06% from 255 or 22.20% from 446); Green value is 157 (61.72% from 255 or 35.20% from 446); Blue value is 190 (74.61% from 255 or 42.60% from 446); Max value from RGB is 190 - color contains mainly: blue. Hex color #639DBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #639DBE is #9C6241. Grayscale: #8F8F8F. Windows color (decimal): -10248770 or 12492131. OLE color: 12492131.

HSL color Cylindrical-coordinate representation of color #639DBE: hue angle of 201.76º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #639DBE is Cyan = 0.48, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB99157190-
CMYK0.480.1700.25
HSL201.76º41.18%56.67%-
HSV(B)201.76º47.89%74.51%-
XYZ26.530.4853.2-
YUV143.42154.2896.32-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 22.20%
GREEN value IS 157 (61.72% from 255) = 35.20%
BLUE value IS 190 (74.61% from 255) = 42.60%
R=22.20%
G=35.20%
B=42.60%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal991571900.480.1700.25201.7641.1856.67
Hex639DBE3011019ca2939
Octal14323527660210313125171
Binary110001110011101101111101100001000101100111001010101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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