Html Css Color HEX #638487 Gothic

📋 copy color: '#638487'

red 99 ◦ green 132 ◦ blue 135

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

Shades of Gothic #638487

Tints of Gothic #638487

RGB

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

 GREEN value IS 132 (51.95% from 255) = 36.07%

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

R = 27.05%
G = 36.07%
B = 36.89%

CMYK

 C value IS 0.27

 M value IS 0.02

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#638487 (or 0x638487) is known color: Gothic. HEX triplet: 63, 84 and 87. RGB value is (99,132,135). Sum of RGB (Red+Green+Blue) = 99+132+135=366 (48% of max value = 765). Red value is 99 (39.06% from 255 or 27.05% from 366); Green value is 132 (51.95% from 255 or 36.07% from 366); Blue value is 135 (53.12% from 255 or 36.89% from 366); Max value from RGB is 135 - color contains mainly: blue. Hex color #638487 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638487 is #9C7B78. Grayscale: #7A7A7A. Windows color (decimal): -10255225 or 8881251. OLE color: 8881251.

HSL color Cylindrical-coordinate representation of color #638487: hue angle of 185º 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 #638487 is Cyan = 0.27, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 99 132 135 -
CMYK 0.27 0.02 0 0.47
HSL 185º 0.15% 0.46% -
HSV(B) 185º 0.27% 0.53% -
XYZ 17.77 20.9 26.02 -
YUV 122.48 135.07 111.26 -
System Red Green Blue C M Y K H S L
Decimal 99 132 135 0.27 0.02 0 0.47 185 0.15 0.46
Hex 63 84 87 1B 2 0 2F B9 F 2E
Octal 143 204 207 33 2 0 57 271 17 56
Binary 1100011 10000100 10000111 11011 10 0 101111 10111001 1111 101110

Color Harmonies of #638487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638487

Black with #638487

Text Example


Text Example

White with #638487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638487; }

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

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

background-color css

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

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

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

border-color css

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

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

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