#639FB6

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

Shades of Shakespeare #639FB6

Tints of Shakespeare #639FB6

Color information

#639FB6 (or 0x639FB6) is unknown color: approx Shakespeare. HEX triplet: 63, 9F and B6. RGB value is (99,159,182). Sum of RGB (Red+Green+Blue) = 99+159+182=440 (58% of max value = 765). Red value is 99 (39.06% from 255 or 22.5% from 440); Green value is 159 (62.5% from 255 or 36.14% from 440); Blue value is 182 (71.48% from 255 or 41.36% from 440); Max value from RGB is 182 - color contains mainly: blue. Hex color #639FB6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #639FB6 is #9C6049. Grayscale: #8F8F8F. Windows color (decimal): -10248266 or 11968355. OLE color: 11968355.

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

Color convert

RGB99159182-
CMYK0.460.1300.29
HSL196.63º36.24%55.1%-
HSV(B)196.63º45.6%71.37%-
XYZ25.9930.8348.84-
YUV143.68149.6296.13-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 22.5%
GREEN value IS 159 (62.5% from 255) = 36.14%
BLUE value IS 182 (71.48% from 255) = 41.36%
R=22.5%
G=36.14%
B=41.36%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal991591820.460.1300.29196.6336.2455.1
Hex639FB62ED01Dc52437
Octal14323726656150353054467
Binary11000111001111110110110101110110101110111000101100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639FB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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