#639CAF

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

Shades of Shakespeare #639CAF

Tints of Shakespeare #639CAF

Color information

#639CAF (or 0x639CAF) is unknown color: approx Shakespeare. HEX triplet: 63, 9C and AF. RGB value is (99,156,175). Sum of RGB (Red+Green+Blue) = 99+156+175=430 (56% of max value = 765). Red value is 99 (39.06% from 255 or 23.02% from 430); Green value is 156 (61.33% from 255 or 36.28% from 430); Blue value is 175 (68.75% from 255 or 40.70% from 430); Max value from RGB is 175 - color contains mainly: blue. Hex color #639CAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #639CAF is #9C6350. Grayscale: #8C8C8C. Windows color (decimal): -10249041 or 11508835. OLE color: 11508835.

HSL color Cylindrical-coordinate representation of color #639CAF: hue angle of 195º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #639CAF is Cyan = 0.43, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB99156175-
CMYK0.430.1100.31
HSL195º32.2%53.73%-
HSV(B)195º43.43%68.63%-
XYZ24.7729.5244.95-
YUV141.12147.1297.96-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 23.02%
GREEN value IS 156 (61.33% from 255) = 36.28%
BLUE value IS 175 (68.75% from 255) = 40.70%
R=23.02%
G=36.28%
B=40.70%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal991561750.430.1100.3119532.253.73
Hex639CAF2BB01Fc32036
Octal14323425753130373034066
Binary11000111001110010101111101011101101111111000011100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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