Html Css Color HEX #638489 Gothic

📋 copy color: '#638489'

red 99 ◦ green 132 ◦ blue 137

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

Shades of Gothic #638489

Tints of Gothic #638489

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 37.23%

R = 26.9%
G = 35.87%
B = 37.23%

CMYK

 C value IS 0.28

 M value IS 0.04

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#638489 (or 0x638489) is known color: Gothic. HEX triplet: 63, 84 and 89. RGB value is (99,132,137). Sum of RGB (Red+Green+Blue) = 99+132+137=368 (48% of max value = 765). Red value is 99 (39.06% from 255 or 26.90% from 368); Green value is 132 (51.95% from 255 or 35.87% from 368); Blue value is 137 (53.91% from 255 or 37.23% from 368); Max value from RGB is 137 - color contains mainly: blue. Hex color #638489 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638489 is #9C7B76. Grayscale: #7A7A7A. Windows color (decimal): -10255223 or 9012323. OLE color: 9012323.

HSL color Cylindrical-coordinate representation of color #638489: hue angle of 187.89º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #638489 is Cyan = 0.28, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 99 132 137 -
CMYK 0.28 0.04 0 0.46
HSL 187.89º 0.16% 0.46% -
HSV(B) 187.89º 0.28% 0.54% -
XYZ 17.91 20.96 26.77 -
YUV 122.7 136.07 111.09 -
System Red Green Blue C M Y K H S L
Decimal 99 132 137 0.28 0.04 0 0.46 187.89 0.16 0.46
Hex 63 84 89 1C 4 0 2E BC 10 2E
Octal 143 204 211 34 4 0 56 274 20 56
Binary 1100011 10000100 10001001 11100 100 0 101110 10111100 10000 101110

Color Harmonies of #638489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638489

Black with #638489

Text Example


Text Example

White with #638489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638489; }

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

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

background-color css

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

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

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

border-color css

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

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

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