#639BB9

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

Shades of Shakespeare #639BB9

Tints of Shakespeare #639BB9

Color information

#639BB9 (or 0x639BB9) is unknown color: approx Shakespeare. HEX triplet: 63, 9B and B9. RGB value is (99,155,185). Sum of RGB (Red+Green+Blue) = 99+155+185=439 (58% of max value = 765). Red value is 99 (39.06% from 255 or 22.55% from 439); Green value is 155 (60.94% from 255 or 35.31% from 439); Blue value is 185 (72.66% from 255 or 42.14% from 439); Max value from RGB is 185 - color contains mainly: blue. Hex color #639BB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #639BB9 is #9C6446. Grayscale: #8D8D8D. Windows color (decimal): -10249287 or 12163939. OLE color: 12163939.

HSL color Cylindrical-coordinate representation of color #639BB9: hue angle of 200.93º 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 #639BB9 is Cyan = 0.46, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB99155185-
CMYK0.460.1600.27
HSL200.93º38.05%55.69%-
HSV(B)200.93º46.49%72.55%-
XYZ25.6229.650.26-
YUV141.68152.4597.56-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 22.55%
GREEN value IS 155 (60.94% from 255) = 35.31%
BLUE value IS 185 (72.66% from 255) = 42.14%
R=22.55%
G=35.31%
B=42.14%

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
Decimal991551850.460.1600.27200.9338.0555.69
Hex639BB92E1001Bc92638
Octal14323327156200333114670
Binary110001110011011101110011011101000001101111001001100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639BB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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