#639CB9

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

Shades of Shakespeare #639CB9

Tints of Shakespeare #639CB9

Color information

#639CB9 (or 0x639CB9) is unknown color: approx Shakespeare. HEX triplet: 63, 9C and B9. RGB value is (99,156,185). Sum of RGB (Red+Green+Blue) = 99+156+185=440 (58% of max value = 765). Red value is 99 (39.06% from 255 or 22.5% from 440); Green value is 156 (61.33% from 255 or 35.45% from 440); Blue value is 185 (72.66% from 255 or 42.05% from 440); Max value from RGB is 185 - color contains mainly: blue. Hex color #639CB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #639CB9 is #9C6346. Grayscale: #8E8E8E. Windows color (decimal): -10249031 or 12164195. OLE color: 12164195.

HSL color Cylindrical-coordinate representation of color #639CB9: hue angle of 200.23º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #639CB9 is Cyan = 0.46, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB99156185-
CMYK0.460.1600.27
HSL200.23º38.05%55.69%-
HSV(B)200.23º46.49%72.55%-
XYZ25.7929.9350.32-
YUV142.26152.1297.14-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 22.5%
GREEN value IS 156 (61.33% from 255) = 35.45%
BLUE value IS 185 (72.66% from 255) = 42.05%
R=22.5%
G=35.45%
B=42.05%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal991561850.460.1600.27200.2338.0555.69
Hex639CB92E1001Bc82638
Octal14323427156200333104670
Binary110001110011100101110011011101000001101111001000100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639CB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,156,185); }

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

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

 a { background-color: rgb(99,156,185); }

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

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

 span { border-color: rgb(99,156,185); }

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