Html Css Color HEX #63838B Gothic

📋 copy color: '#63838B'

red 99 ◦ green 131 ◦ blue 139

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

Shades of Gothic #63838B

Tints of Gothic #63838B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 37.67%

R = 26.83%
G = 35.5%
B = 37.67%

CMYK

 C value IS 0.29

 M value IS 0.06

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#63838B (or 0x63838B) is known color: Gothic. HEX triplet: 63, 83 and 8B. RGB value is (99,131,139). Sum of RGB (Red+Green+Blue) = 99+131+139=369 (48% of max value = 765). Red value is 99 (39.06% from 255 or 26.83% from 369); Green value is 131 (51.56% from 255 or 35.50% from 369); Blue value is 139 (54.69% from 255 or 37.67% from 369); Max value from RGB is 139 - color contains mainly: blue. Hex color #63838B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63838B is #9C7C74. Grayscale: #7A7A7A. Windows color (decimal): -10255477 or 9143139. OLE color: 9143139.

HSL color Cylindrical-coordinate representation of color #63838B: hue angle of 192º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #63838B is Cyan = 0.29, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 99 131 139 -
CMYK 0.29 0.06 0 0.45
HSL 192º 0.17% 0.47% -
HSV(B) 192º 0.29% 0.55% -
XYZ 17.92 20.75 27.49 -
YUV 122.34 137.4 111.35 -
System Red Green Blue C M Y K H S L
Decimal 99 131 139 0.29 0.06 0 0.45 192 0.17 0.47
Hex 63 83 8B 1D 6 0 2D C0 11 2F
Octal 143 203 213 35 6 0 55 300 21 57
Binary 1100011 10000011 10001011 11101 110 0 101101 11000000 10001 101111

Color Harmonies of #63838B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63838B

Black with #63838B

Text Example


Text Example

White with #63838B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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