#639BB6

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

Shades of Shakespeare #639BB6

Tints of Shakespeare #639BB6

Color information

#639BB6 (or 0x639BB6) is unknown color: approx Shakespeare. HEX triplet: 63, 9B and B6. RGB value is (99,155,182). Sum of RGB (Red+Green+Blue) = 99+155+182=436 (57% of max value = 765). Red value is 99 (39.06% from 255 or 22.71% from 436); Green value is 155 (60.94% from 255 or 35.55% from 436); Blue value is 182 (71.48% from 255 or 41.74% from 436); Max value from RGB is 182 - color contains mainly: blue. Hex color #639BB6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #639BB6 is #9C6449. Grayscale: #8D8D8D. Windows color (decimal): -10249290 or 11967331. OLE color: 11967331.

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

Color convert

RGB99155182-
CMYK0.460.1500.29
HSL199.52º36.24%55.1%-
HSV(B)199.52º45.6%71.37%-
XYZ25.3129.4748.61-
YUV141.33150.9597.8-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 22.71%
GREEN value IS 155 (60.94% from 255) = 35.55%
BLUE value IS 182 (71.48% from 255) = 41.74%
R=22.71%
G=35.55%
B=41.74%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal991551820.460.1500.29199.5236.2455.1
Hex639BB62EF01Dc82437
Octal14323326656170353104467
Binary11000111001101110110110101110111101110111001000100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639BB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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