Html Css Color HEX #638386 Gothic

📋 copy color: '#638386'

red 99 ◦ green 131 ◦ blue 134

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

Shades of Gothic #638386

Tints of Gothic #638386

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.99%

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

R = 27.2%
G = 35.99%
B = 36.81%

CMYK

 C value IS 0.26

 M value IS 0.02

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#638386 (or 0x638386) is known color: Gothic. HEX triplet: 63, 83 and 86. RGB value is (99,131,134). Sum of RGB (Red+Green+Blue) = 99+131+134=364 (48% of max value = 765). Red value is 99 (39.06% from 255 or 27.20% from 364); Green value is 131 (51.56% from 255 or 35.99% from 364); Blue value is 134 (52.73% from 255 or 36.81% from 364); Max value from RGB is 134 - color contains mainly: blue. Hex color #638386 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638386 is #9C7C79. Grayscale: #797979. Windows color (decimal): -10255482 or 8815459. OLE color: 8815459.

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

Color convert

RGB 99 131 134 -
CMYK 0.26 0.02 0 0.47
HSL 185.14º 0.15% 0.46% -
HSV(B) 185.14º 0.26% 0.53% -
XYZ 17.56 20.61 25.61 -
YUV 121.77 134.9 111.76 -
System Red Green Blue C M Y K H S L
Decimal 99 131 134 0.26 0.02 0 0.47 185.14 0.15 0.46
Hex 63 83 86 1A 2 0 2F B9 F 2E
Octal 143 203 206 32 2 0 57 271 17 56
Binary 1100011 10000011 10000110 11010 10 0 101111 10111001 1111 101110

Color Harmonies of #638386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638386

Black with #638386

Text Example


Text Example

White with #638386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638386; }

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

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

background-color css

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

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

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

border-color css

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

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

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