Html Css Color HEX #638387 Gothic

📋 copy color: '#638387'

red 99 ◦ green 131 ◦ blue 135

#638387
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gothic #638387

Tints of Gothic #638387

RGB

 RED value IS 99 (39.06% from 255) = 27.12%

 GREEN value IS 131 (51.56% from 255) = 35.89%

 BLUE value IS 135 (53.13% from 255) = 36.99%

R = 27.12%
G = 35.89%
B = 36.99%

CMYK

 C value IS 0.27

 M value IS 0.03

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#638387 (or 0x638387) is known color: Gothic. HEX triplet: 63, 83 and 87. RGB value is (99,131,135). Sum of RGB (Red+Green+Blue) = 99+131+135=365 (48% of max value = 765). Red value is 99 (39.06% from 255 or 27.12% from 365); Green value is 131 (51.56% from 255 or 35.89% from 365); Blue value is 135 (53.12% from 255 or 36.99% from 365); Max value from RGB is 135 - color contains mainly: blue. Hex color #638387 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638387 is #9C7C78. Grayscale: #797979. Windows color (decimal): -10255481 or 8880995. OLE color: 8880995.

HSL color Cylindrical-coordinate representation of color #638387: hue angle of 186.67º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #638387 is Cyan = 0.27, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 99 131 135 -
CMYK 0.27 0.03 0 0.47
HSL 186.67º 0.15% 0.46% -
HSV(B) 186.67º 0.27% 0.53% -
XYZ 17.64 20.63 25.98 -
YUV 121.89 135.4 111.67 -
System Red Green Blue C M Y K H S L
Decimal 99 131 135 0.27 0.03 0 0.47 186.67 0.15 0.46
Hex 63 83 87 1B 3 0 2F BB F 2E
Octal 143 203 207 33 3 0 57 273 17 56
Binary 1100011 10000011 10000111 11011 11 0 101111 10111011 1111 101110

Color Harmonies of #638387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638387

Black with #638387

Text Example


Text Example

White with #638387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638387; }

 p { color: rgb(99,131,135); }

 H1.HeaderClassName
 {
   color: #638387;
 }
 .AnyTagClassName
 {
   color: #638387;
 }
</style>

background-color css

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

 a { background-color: rgb(99,131,135); }

 div.DivClassName
 {
   background-color: #638387;
 }
 .BgClassName
 {
   background-color: #638387;
 }
</style>

border-color css

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

 span { border-color: rgb(99,131,135); }

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