Html Css Color HEX #638586 Gothic

📋 copy color: '#638586'

red 99 ◦ green 133 ◦ blue 134

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

Shades of Gothic #638586

Tints of Gothic #638586

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 36.61%

R = 27.05%
G = 36.34%
B = 36.61%

CMYK

 C value IS 0.26

 M value IS 0.01

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#638586 (or 0x638586) is known color: Gothic. HEX triplet: 63, 85 and 86. RGB value is (99,133,134). Sum of RGB (Red+Green+Blue) = 99+133+134=366 (48% of max value = 765). Red value is 99 (39.06% from 255 or 27.05% from 366); Green value is 133 (52.34% from 255 or 36.34% from 366); Blue value is 134 (52.73% from 255 or 36.61% from 366); Max value from RGB is 134 - color contains mainly: blue. Hex color #638586 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638586 is #9C7A79. Grayscale: #7A7A7A. Windows color (decimal): -10254970 or 8815971. OLE color: 8815971.

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

Color convert

RGB 99 133 134 -
CMYK 0.26 0.01 0 0.47
HSL 181.71º 0.15% 0.46% -
HSV(B) 181.71º 0.26% 0.53% -
XYZ 17.84 21.15 25.7 -
YUV 122.95 134.24 110.92 -
System Red Green Blue C M Y K H S L
Decimal 99 133 134 0.26 0.01 0 0.47 181.71 0.15 0.46
Hex 63 85 86 1A 1 0 2F B6 F 2E
Octal 143 205 206 32 1 0 57 266 17 56
Binary 1100011 10000101 10000110 11010 1 0 101111 10110110 1111 101110

Color Harmonies of #638586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638586

Black with #638586

Text Example


Text Example

White with #638586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638586; }

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

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

background-color css

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

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

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

border-color css

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

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

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