#639CB6

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

Shades of Shakespeare #639CB6

Tints of Shakespeare #639CB6

Color information

#639CB6 (or 0x639CB6) is unknown color: approx Shakespeare. HEX triplet: 63, 9C and B6. RGB value is (99,156,182). Sum of RGB (Red+Green+Blue) = 99+156+182=437 (57% of max value = 765). Red value is 99 (39.06% from 255 or 22.65% from 437); Green value is 156 (61.33% from 255 or 35.70% from 437); Blue value is 182 (71.48% from 255 or 41.65% from 437); Max value from RGB is 182 - color contains mainly: blue. Hex color #639CB6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #639CB6 is #9C6349. Grayscale: #8D8D8D. Windows color (decimal): -10249034 or 11967587. OLE color: 11967587.

HSL color Cylindrical-coordinate representation of color #639CB6: hue angle of 198.8º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #639CB6 is Cyan = 0.46, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB99156182-
CMYK0.460.1400.29
HSL198.8º36.24%55.1%-
HSV(B)198.8º45.6%71.37%-
XYZ25.4829.8148.67-
YUV141.92150.6297.39-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 22.65%
GREEN value IS 156 (61.33% from 255) = 35.70%
BLUE value IS 182 (71.48% from 255) = 41.65%
R=22.65%
G=35.70%
B=41.65%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal991561820.460.1400.29198.836.2455.1
Hex639CB62EE01Dc72437
Octal14323426656160353074467
Binary11000111001110010110110101110111001110111000111100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639CB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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