#639CBA

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

Shades of Shakespeare #639CBA

Tints of Shakespeare #639CBA

Color information

#639CBA (or 0x639CBA) is unknown color: approx Shakespeare. HEX triplet: 63, 9C and BA. RGB value is (99,156,186). Sum of RGB (Red+Green+Blue) = 99+156+186=441 (58% of max value = 765). Red value is 99 (39.06% from 255 or 22.45% from 441); Green value is 156 (61.33% from 255 or 35.37% from 441); Blue value is 186 (73.05% from 255 or 42.18% from 441); Max value from RGB is 186 - color contains mainly: blue. Hex color #639CBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #639CBA is #9C6345. Grayscale: #8E8E8E. Windows color (decimal): -10249030 or 12229731. OLE color: 12229731.

HSL color Cylindrical-coordinate representation of color #639CBA: hue angle of 200.69º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #639CBA is Cyan = 0.47, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB99156186-
CMYK0.470.1600.27
HSL200.69º38.67%55.88%-
HSV(B)200.69º46.77%72.94%-
XYZ25.929.9750.88-
YUV142.38152.6297.06-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 22.45%
GREEN value IS 156 (61.33% from 255) = 35.37%
BLUE value IS 186 (73.05% from 255) = 42.18%
R=22.45%
G=35.37%
B=42.18%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal991561860.470.1600.27200.6938.6755.88
Hex639CBA2F1001Bc92738
Octal14323427257200333114770
Binary110001110011100101110101011111000001101111001001100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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