#639FC0

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

Shades of Shakespeare #639FC0

Tints of Shakespeare #639FC0

Color information

#639FC0 (or 0x639FC0) is unknown color: approx Shakespeare. HEX triplet: 63, 9F and C0. RGB value is (99,159,192). Sum of RGB (Red+Green+Blue) = 99+159+192=450 (59% of max value = 765). Red value is 99 (39.06% from 255 or 22% from 450); Green value is 159 (62.5% from 255 or 35.33% from 450); Blue value is 192 (75.39% from 255 or 42.67% from 450); Max value from RGB is 192 - color contains mainly: blue. Hex color #639FC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #639FC0 is #9C603F. Grayscale: #909090. Windows color (decimal): -10248256 or 12623715. OLE color: 12623715.

HSL color Cylindrical-coordinate representation of color #639FC0: hue angle of 201.29º degrees, saturation: 0.42, 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 #639FC0 is Cyan = 0.48, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB99159192-
CMYK0.480.1700.25
HSL201.29º42.47%57.06%-
HSV(B)201.29º48.44%75.29%-
XYZ27.0631.2554.48-
YUV144.82154.6295.32-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 22%
GREEN value IS 159 (62.5% from 255) = 35.33%
BLUE value IS 192 (75.39% from 255) = 42.67%
R=22%
G=35.33%
B=42.67%

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
Decimal991591920.480.1700.25201.2942.4757.06
Hex639FC03011019c92a39
Octal14323730060210313115271
Binary110001110011111110000001100001000101100111001001101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639FC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,159,192); }

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

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

 a { background-color: rgb(99,159,192); }

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

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

 span { border-color: rgb(99,159,192); }

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