Html Css Color HEX #63838A Gothic

📋 copy color: '#63838A'

red 99 ◦ green 131 ◦ blue 138

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

Shades of Gothic #63838A

Tints of Gothic #63838A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 37.5%

R = 26.9%
G = 35.6%
B = 37.5%

CMYK

 C value IS 0.28

 M value IS 0.05

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#63838A (or 0x63838A) is known color: Gothic. HEX triplet: 63, 83 and 8A. RGB value is (99,131,138). Sum of RGB (Red+Green+Blue) = 99+131+138=368 (48% of max value = 765). Red value is 99 (39.06% from 255 or 26.90% from 368); Green value is 131 (51.56% from 255 or 35.60% from 368); Blue value is 138 (54.30% from 255 or 37.5% from 368); Max value from RGB is 138 - color contains mainly: blue. Hex color #63838A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63838A is #9C7C75. Grayscale: #7A7A7A. Windows color (decimal): -10255478 or 9077603. OLE color: 9077603.

HSL color Cylindrical-coordinate representation of color #63838A: hue angle of 190.77º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #63838A is Cyan = 0.28, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 99 131 138 -
CMYK 0.28 0.05 0 0.46
HSL 190.77º 0.16% 0.46% -
HSV(B) 190.77º 0.28% 0.54% -
XYZ 17.85 20.72 27.1 -
YUV 122.23 136.9 111.43 -
System Red Green Blue C M Y K H S L
Decimal 99 131 138 0.28 0.05 0 0.46 190.77 0.16 0.46
Hex 63 83 8A 1C 5 0 2E BF 10 2E
Octal 143 203 212 34 5 0 56 277 20 56
Binary 1100011 10000011 10001010 11100 101 0 101110 10111111 10000 101110

Color Harmonies of #63838A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63838A

Black with #63838A

Text Example


Text Example

White with #63838A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63838A; }

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

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

background-color css

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

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

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

border-color css

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

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

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