#639FB7

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

Shades of Shakespeare #639FB7

Tints of Shakespeare #639FB7

Color information

#639FB7 (or 0x639FB7) is unknown color: approx Shakespeare. HEX triplet: 63, 9F and B7. RGB value is (99,159,183). Sum of RGB (Red+Green+Blue) = 99+159+183=441 (58% of max value = 765). Red value is 99 (39.06% from 255 or 22.45% from 441); Green value is 159 (62.5% from 255 or 36.05% from 441); Blue value is 183 (71.88% from 255 or 41.50% from 441); Max value from RGB is 183 - color contains mainly: blue. Hex color #639FB7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #639FB7 is #9C6048. Grayscale: #8F8F8F. Windows color (decimal): -10248265 or 12033891. OLE color: 12033891.

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

Color convert

RGB99159183-
CMYK0.460.1300.28
HSL197.14º36.84%55.29%-
HSV(B)197.14º45.9%71.76%-
XYZ26.0930.8749.38-
YUV143.8150.1296.05-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 22.45%
GREEN value IS 159 (62.5% from 255) = 36.05%
BLUE value IS 183 (71.88% from 255) = 41.50%
R=22.45%
G=36.05%
B=41.50%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal991591830.460.1300.28197.1436.8455.29
Hex639FB72ED01Cc52537
Octal14323726756150343054567
Binary11000111001111110110111101110110101110011000101100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639FB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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