Html Css Color HEX #638486 Gothic

📋 copy color: '#638486'

red 99 ◦ green 132 ◦ blue 134

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

Shades of Gothic #638486

Tints of Gothic #638486

RGB

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

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

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

R = 27.12%
G = 36.16%
B = 36.71%

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

#638486 (or 0x638486) is known color: Gothic. HEX triplet: 63, 84 and 86. RGB value is (99,132,134). Sum of RGB (Red+Green+Blue) = 99+132+134=365 (48% of max value = 765). Red value is 99 (39.06% from 255 or 27.12% from 365); Green value is 132 (51.95% from 255 or 36.16% from 365); Blue value is 134 (52.73% from 255 or 36.71% from 365); Max value from RGB is 134 - color contains mainly: blue. Hex color #638486 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638486 is #9C7B79. Grayscale: #7A7A7A. Windows color (decimal): -10255226 or 8815715. OLE color: 8815715.

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

Color convert

RGB 99 132 134 -
CMYK 0.26 0.01 0 0.47
HSL 183.43º 0.15% 0.46% -
HSV(B) 183.43º 0.26% 0.53% -
XYZ 17.7 20.88 25.65 -
YUV 122.36 134.57 111.34 -
System Red Green Blue C M Y K H S L
Decimal 99 132 134 0.26 0.01 0 0.47 183.43 0.15 0.46
Hex 63 84 86 1A 1 0 2F B7 F 2E
Octal 143 204 206 32 1 0 57 267 17 56
Binary 1100011 10000100 10000110 11010 1 0 101111 10110111 1111 101110

Color Harmonies of #638486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638486

Black with #638486

Text Example


Text Example

White with #638486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638486; }

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

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

background-color css

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

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

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

border-color css

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

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

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