#639DBB

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

Shades of Shakespeare #639DBB

Tints of Shakespeare #639DBB

Color information

#639DBB (or 0x639DBB) is unknown color: approx Shakespeare. HEX triplet: 63, 9D and BB. RGB value is (99,157,187). Sum of RGB (Red+Green+Blue) = 99+157+187=443 (58% of max value = 765). Red value is 99 (39.06% from 255 or 22.35% from 443); Green value is 157 (61.72% from 255 or 35.44% from 443); Blue value is 187 (73.44% from 255 or 42.21% from 443); Max value from RGB is 187 - color contains mainly: blue. Hex color #639DBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #639DBB is #9C6244. Grayscale: #8E8E8E. Windows color (decimal): -10248773 or 12295523. OLE color: 12295523.

HSL color Cylindrical-coordinate representation of color #639DBB: hue angle of 200.45º 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 #639DBB is Cyan = 0.47, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB99157187-
CMYK0.470.1600.27
HSL200.45º39.29%56.08%-
HSV(B)200.45º47.06%73.33%-
XYZ26.1730.3551.49-
YUV143.08152.7896.56-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 22.35%
GREEN value IS 157 (61.72% from 255) = 35.44%
BLUE value IS 187 (73.44% from 255) = 42.21%
R=22.35%
G=35.44%
B=42.21%

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
Decimal991571870.470.1600.27200.4539.2956.08
Hex639DBB2F1001Bc82738
Octal14323527357200333104770
Binary110001110011101101110111011111000001101111001000100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,157,187); }

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

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

 a { background-color: rgb(99,157,187); }

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

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

 span { border-color: rgb(99,157,187); }

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