#639CAD

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

Shades of Shakespeare #639CAD

Tints of Shakespeare #639CAD

Color information

#639CAD (or 0x639CAD) is unknown color: approx Shakespeare. HEX triplet: 63, 9C and AD. RGB value is (99,156,173). Sum of RGB (Red+Green+Blue) = 99+156+173=428 (56% of max value = 765). Red value is 99 (39.06% from 255 or 23.13% from 428); Green value is 156 (61.33% from 255 or 36.45% from 428); Blue value is 173 (67.97% from 255 or 40.42% from 428); Max value from RGB is 173 - color contains mainly: blue. Hex color #639CAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #639CAD is #9C6352. Grayscale: #8C8C8C. Windows color (decimal): -10249043 or 11377763. OLE color: 11377763.

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

Color convert

RGB99156173-
CMYK0.430.1000.32
HSL193.78º31.09%53.33%-
HSV(B)193.78º42.77%67.84%-
XYZ24.5829.4543.92-
YUV140.89146.1298.12-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 23.13%
GREEN value IS 156 (61.33% from 255) = 36.45%
BLUE value IS 173 (67.97% from 255) = 40.42%
R=23.13%
G=36.45%
B=40.42%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal991561730.430.1000.32193.7831.0953.33
Hex639CAD2BA020c21f35
Octal14323425553120403023765
Binary11000111001110010101101101011101001000001100001011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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