#639AB3

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

Shades of Shakespeare #639AB3

Tints of Shakespeare #639AB3

Color information

#639AB3 (or 0x639AB3) is unknown color: approx Shakespeare. HEX triplet: 63, 9A and B3. RGB value is (99,154,179). Sum of RGB (Red+Green+Blue) = 99+154+179=432 (57% of max value = 765). Red value is 99 (39.06% from 255 or 22.92% from 432); Green value is 154 (60.55% from 255 or 35.65% from 432); Blue value is 179 (70.31% from 255 or 41.44% from 432); Max value from RGB is 179 - color contains mainly: blue. Hex color #639AB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #639AB3 is #9C654C. Grayscale: #8C8C8C. Windows color (decimal): -10249549 or 11770467. OLE color: 11770467.

HSL color Cylindrical-coordinate representation of color #639AB3: hue angle of 198.75º 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 #639AB3 is Cyan = 0.45, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB99154179-
CMYK0.450.1400.30
HSL198.75º34.48%54.51%-
HSV(B)198.75º44.69%70.2%-
XYZ24.8429.0246.94-
YUV140.4149.7898.47-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 22.92%
GREEN value IS 154 (60.55% from 255) = 35.65%
BLUE value IS 179 (70.31% from 255) = 41.44%
R=22.92%
G=35.65%
B=41.44%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal991541790.450.1400.30198.7534.4854.51
Hex639AB32DE01Ec72237
Octal14323226355160363074267
Binary11000111001101010110011101101111001111011000111100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639AB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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