#638B8D

Color #638B8D Gothic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gothic #638B8D

Tints of Gothic #638B8D

Color information

#638B8D (or 0x638B8D) is unknown color: approx Gothic. HEX triplet: 63, 8B and 8D. RGB value is (99,139,141). Sum of RGB (Red+Green+Blue) = 99+139+141=379 (50% of max value = 765). Red value is 99 (39.06% from 255 or 26.12% from 379); Green value is 139 (54.69% from 255 or 36.68% from 379); Blue value is 141 (55.47% from 255 or 37.20% from 379); Max value from RGB is 141 - color contains mainly: blue. Hex color #638B8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638B8D is #9C7472. Grayscale: #7F7F7F. Windows color (decimal): -10253427 or 9276259. OLE color: 9276259.

HSL color Cylindrical-coordinate representation of color #638B8D: hue angle of 182.86º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #638B8D is Cyan = 0.30, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB99139141-
CMYK0.300.0100.45
HSL182.86º17.5%47.06%-
HSV(B)182.86º29.79%55.29%-
XYZ19.1923.0428.64-
YUV127.27135.75107.84-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 26.12%
GREEN value IS 139 (54.69% from 255) = 36.68%
BLUE value IS 141 (55.47% from 255) = 37.20%
R=26.12%
G=36.68%
B=37.20%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal991391410.300.0100.45182.8617.547.06
Hex638B8D1E102Db7122f
Octal1432132153610552672257
Binary1100011100010111000110111110101011011011011110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638B8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638B8D; }

 p { color: rgb(99,139,141); }

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

<style>
 a { background-color: #638B8D; }

 a { background-color: rgb(99,139,141); }

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

<style>
 span { border-color: #638B8D; }

 span { border-color: rgb(99,139,141); }

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