#639FBC

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

Shades of Shakespeare #639FBC

Tints of Shakespeare #639FBC

Color information

#639FBC (or 0x639FBC) is unknown color: approx Shakespeare. HEX triplet: 63, 9F and BC. RGB value is (99,159,188). Sum of RGB (Red+Green+Blue) = 99+159+188=446 (59% of max value = 765). Red value is 99 (39.06% from 255 or 22.20% from 446); Green value is 159 (62.5% from 255 or 35.65% from 446); Blue value is 188 (73.83% from 255 or 42.15% from 446); Max value from RGB is 188 - color contains mainly: blue. Hex color #639FBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #639FBC is #9C6043. Grayscale: #909090. Windows color (decimal): -10248260 or 12361571. OLE color: 12361571.

HSL color Cylindrical-coordinate representation of color #639FBC: hue angle of 199.55º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #639FBC is Cyan = 0.47, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB99159188-
CMYK0.470.1500.26
HSL199.55º39.91%56.27%-
HSV(B)199.55º47.34%73.73%-
XYZ26.6231.0852.17-
YUV144.37152.6295.64-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 22.20%
GREEN value IS 159 (62.5% from 255) = 35.65%
BLUE value IS 188 (73.83% from 255) = 42.15%
R=22.20%
G=35.65%
B=42.15%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal991591880.470.1500.26199.5539.9156.27
Hex639FBC2FF01Ac82838
Octal14323727457170323105070
Binary11000111001111110111100101111111101101011001000101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,159,188); }

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

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

 a { background-color: rgb(99,159,188); }

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

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

 span { border-color: rgb(99,159,188); }

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