Html Css Color HEX #638484 Gothic

📋 copy color: '#638484'

red 99 ◦ green 132 ◦ blue 132

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

Shades of Gothic #638484

Tints of Gothic #638484

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 36.36%

R = 27.27%
G = 36.36%
B = 36.36%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#638484 (or 0x638484) is known color: Gothic. HEX triplet: 63, 84 and 84. RGB value is (99,132,132). Sum of RGB (Red+Green+Blue) = 99+132+132=363 (48% of max value = 765). Red value is 99 (39.06% from 255 or 27.27% from 363); Green value is 132 (51.95% from 255 or 36.36% from 363); Blue value is 132 (51.95% from 255 or 36.36% from 363); Max value from RGB is 132 - color contains mainly: green, blue. Hex color #638484 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638484 is #9C7B7B. Grayscale: #7A7A7A. Windows color (decimal): -10255228 or 8684643. OLE color: 8684643.

HSL color Cylindrical-coordinate representation of color #638484: hue angle of 180º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #638484 is Cyan = 0.25, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 99 132 132 -
CMYK 0.25 0 0 0.48
HSL 180º 0.14% 0.45% -
HSV(B) 180º 0.25% 0.52% -
XYZ 17.56 20.82 24.92 -
YUV 122.13 133.57 111.5 -
System Red Green Blue C M Y K H S L
Decimal 99 132 132 0.25 0 0 0.48 180 0.14 0.45
Hex 63 84 84 19 0 0 30 B4 E 2D
Octal 143 204 204 31 0 0 60 264 16 55
Binary 1100011 10000100 10000100 11001 0 0 110000 10110100 1110 101101

Color Harmonies of #638484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638484

Black with #638484

Text Example


Text Example

White with #638484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638484; }

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

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

background-color css

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

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

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

border-color css

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

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

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