Html Css Color HEX #638384 Gothic

📋 copy color: '#638384'

red 99 ◦ green 131 ◦ blue 132

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

Shades of Gothic #638384

Tints of Gothic #638384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 36.46%

R = 27.35%
G = 36.19%
B = 36.46%

CMYK

 C value IS 0.25

 M value IS 0.01

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#638384 (or 0x638384) is known color: Gothic. HEX triplet: 63, 83 and 84. RGB value is (99,131,132). Sum of RGB (Red+Green+Blue) = 99+131+132=362 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.35% from 362); Green value is 131 (51.56% from 255 or 36.19% from 362); Blue value is 132 (51.95% from 255 or 36.46% from 362); Max value from RGB is 132 - color contains mainly: blue. Hex color #638384 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638384 is #9C7C7B. Grayscale: #797979. Windows color (decimal): -10255484 or 8684387. OLE color: 8684387.

HSL color Cylindrical-coordinate representation of color #638384: hue angle of 181.82º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #638384 is Cyan = 0.25, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 99 131 132 -
CMYK 0.25 0.01 0 0.48
HSL 181.82º 0.14% 0.45% -
HSV(B) 181.82º 0.25% 0.52% -
XYZ 17.43 20.55 24.88 -
YUV 121.55 133.9 111.92 -
System Red Green Blue C M Y K H S L
Decimal 99 131 132 0.25 0.01 0 0.48 181.82 0.14 0.45
Hex 63 83 84 19 1 0 30 B6 E 2D
Octal 143 203 204 31 1 0 60 266 16 55
Binary 1100011 10000011 10000100 11001 1 0 110000 10110110 1110 101101

Color Harmonies of #638384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638384

Black with #638384

Text Example


Text Example

White with #638384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638384; }

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

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

background-color css

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

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

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

border-color css

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

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

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