Html Css Color HEX #63858B Gothic

📋 copy color: '#63858B'

red 99 ◦ green 133 ◦ blue 139

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

Shades of Gothic #63858B

Tints of Gothic #63858B

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35.85%

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

R = 26.68%
G = 35.85%
B = 37.47%

CMYK

 C value IS 0.29

 M value IS 0.04

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#63858B (or 0x63858B) is known color: Gothic. HEX triplet: 63, 85 and 8B. RGB value is (99,133,139). Sum of RGB (Red+Green+Blue) = 99+133+139=371 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.68% from 371); Green value is 133 (52.34% from 255 or 35.85% from 371); Blue value is 139 (54.69% from 255 or 37.47% from 371); Max value from RGB is 139 - color contains mainly: blue. Hex color #63858B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63858B is #9C7A74. Grayscale: #7B7B7B. Windows color (decimal): -10254965 or 9143651. OLE color: 9143651.

HSL color Cylindrical-coordinate representation of color #63858B: hue angle of 189º 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 #63858B is Cyan = 0.29, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 99 133 139 -
CMYK 0.29 0.04 0 0.45
HSL 189º 0.17% 0.47% -
HSV(B) 189º 0.29% 0.55% -
XYZ 18.19 21.29 27.58 -
YUV 123.52 136.74 110.51 -
System Red Green Blue C M Y K H S L
Decimal 99 133 139 0.29 0.04 0 0.45 189 0.17 0.47
Hex 63 85 8B 1D 4 0 2D BD 11 2F
Octal 143 205 213 35 4 0 55 275 21 57
Binary 1100011 10000101 10001011 11101 100 0 101101 10111101 10001 101111

Color Harmonies of #63858B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63858B

Black with #63858B

Text Example


Text Example

White with #63858B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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