#639BB3

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

Shades of Shakespeare #639BB3

Tints of Shakespeare #639BB3

Color information

#639BB3 (or 0x639BB3) is unknown color: approx Shakespeare. HEX triplet: 63, 9B and B3. RGB value is (99,155,179). Sum of RGB (Red+Green+Blue) = 99+155+179=433 (57% of max value = 765). Red value is 99 (39.06% from 255 or 22.86% from 433); Green value is 155 (60.94% from 255 or 35.80% from 433); Blue value is 179 (70.31% from 255 or 41.34% from 433); Max value from RGB is 179 - color contains mainly: blue. Hex color #639BB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #639BB3 is #9C644C. Grayscale: #8C8C8C. Windows color (decimal): -10249293 or 11770723. OLE color: 11770723.

HSL color Cylindrical-coordinate representation of color #639BB3: hue angle of 198º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #639BB3 is Cyan = 0.45, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB99155179-
CMYK0.450.1300.30
HSL198º34.48%54.51%-
HSV(B)198º44.69%70.2%-
XYZ2529.3547-
YUV140.99149.4598.05-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 22.86%
GREEN value IS 155 (60.94% from 255) = 35.80%
BLUE value IS 179 (70.31% from 255) = 41.34%
R=22.86%
G=35.80%
B=41.34%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal991551790.450.1300.3019834.4854.51
Hex639BB32DD01Ec62237
Octal14323326355150363064267
Binary11000111001101110110011101101110101111011000110100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639BB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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