Html Css Color HEX #638587 Gothic

📋 copy color: '#638587'

red 99 ◦ green 133 ◦ blue 135

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

Shades of Gothic #638587

Tints of Gothic #638587

RGB

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

 GREEN value IS 133 (52.34% from 255) = 36.24%

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

R = 26.98%
G = 36.24%
B = 36.78%

CMYK

 C value IS 0.27

 M value IS 0.01

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#638587 (or 0x638587) is known color: Gothic. HEX triplet: 63, 85 and 87. RGB value is (99,133,135). Sum of RGB (Red+Green+Blue) = 99+133+135=367 (48% of max value = 765). Red value is 99 (39.06% from 255 or 26.98% from 367); Green value is 133 (52.34% from 255 or 36.24% from 367); Blue value is 135 (53.12% from 255 or 36.78% from 367); Max value from RGB is 135 - color contains mainly: blue. Hex color #638587 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638587 is #9C7A78. Grayscale: #7B7B7B. Windows color (decimal): -10254969 or 8881507. OLE color: 8881507.

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

Color convert

RGB 99 133 135 -
CMYK 0.27 0.01 0 0.47
HSL 183.33º 0.15% 0.46% -
HSV(B) 183.33º 0.27% 0.53% -
XYZ 17.91 21.18 26.07 -
YUV 123.06 134.74 110.84 -
System Red Green Blue C M Y K H S L
Decimal 99 133 135 0.27 0.01 0 0.47 183.33 0.15 0.46
Hex 63 85 87 1B 1 0 2F B7 F 2E
Octal 143 205 207 33 1 0 57 267 17 56
Binary 1100011 10000101 10000111 11011 1 0 101111 10110111 1111 101110

Color Harmonies of #638587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638587

Black with #638587

Text Example


Text Example

White with #638587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638587; }

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

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

background-color css

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

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

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

border-color css

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

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

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