#639EBE

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

Shades of Shakespeare #639EBE

Tints of Shakespeare #639EBE

Color information

#639EBE (or 0x639EBE) is unknown color: approx Shakespeare. HEX triplet: 63, 9E and BE. RGB value is (99,158,190). Sum of RGB (Red+Green+Blue) = 99+158+190=447 (59% of max value = 765). Red value is 99 (39.06% from 255 or 22.15% from 447); Green value is 158 (62.11% from 255 or 35.35% from 447); Blue value is 190 (74.61% from 255 or 42.51% from 447); Max value from RGB is 190 - color contains mainly: blue. Hex color #639EBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #639EBE is #9C6141. Grayscale: #8F8F8F. Windows color (decimal): -10248514 or 12492387. OLE color: 12492387.

HSL color Cylindrical-coordinate representation of color #639EBE: hue angle of 201.1º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #639EBE is Cyan = 0.48, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB99158190-
CMYK0.480.1700.25
HSL201.1º41.18%56.67%-
HSV(B)201.1º47.89%74.51%-
XYZ26.6730.8253.26-
YUV144.01153.9595.9-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 22.15%
GREEN value IS 158 (62.11% from 255) = 35.35%
BLUE value IS 190 (74.61% from 255) = 42.51%
R=22.15%
G=35.35%
B=42.51%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal991581900.480.1700.25201.141.1856.67
Hex639EBE3011019c92939
Octal14323627660210313115171
Binary110001110011110101111101100001000101100111001001101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,158,190); }

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

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

 a { background-color: rgb(99,158,190); }

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

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

 span { border-color: rgb(99,158,190); }

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