#639CBE

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

Shades of Shakespeare #639CBE

Tints of Shakespeare #639CBE

Color information

#639CBE (or 0x639CBE) is unknown color: approx Shakespeare. HEX triplet: 63, 9C and BE. RGB value is (99,156,190). Sum of RGB (Red+Green+Blue) = 99+156+190=445 (58% of max value = 765). Red value is 99 (39.06% from 255 or 22.25% from 445); Green value is 156 (61.33% from 255 or 35.06% from 445); Blue value is 190 (74.61% from 255 or 42.70% from 445); Max value from RGB is 190 - color contains mainly: blue. Hex color #639CBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #639CBE is #9C6341. Grayscale: #8E8E8E. Windows color (decimal): -10249026 or 12491875. OLE color: 12491875.

HSL color Cylindrical-coordinate representation of color #639CBE: hue angle of 202.42º 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 #639CBE is Cyan = 0.48, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB99156190-
CMYK0.480.1800.25
HSL202.42º41.18%56.67%-
HSV(B)202.42º47.89%74.51%-
XYZ26.3330.1553.15-
YUV142.83154.6296.74-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 22.25%
GREEN value IS 156 (61.33% from 255) = 35.06%
BLUE value IS 190 (74.61% from 255) = 42.70%
R=22.25%
G=35.06%
B=42.70%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal991561900.480.1800.25202.4241.1856.67
Hex639CBE3012019ca2939
Octal14323427660220313125171
Binary110001110011100101111101100001001001100111001010101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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