Html Css Color HEX #63868E Gothic

📋 copy color: '#63868E'

red 99 ◦ green 134 ◦ blue 142

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

Shades of Gothic #63868E

Tints of Gothic #63868E

RGB

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

 GREEN value IS 134 (52.73% from 255) = 35.73%

 BLUE value IS 142 (55.86% from 255) = 37.87%

R = 26.4%
G = 35.73%
B = 37.87%

CMYK

 C value IS 0.30

 M value IS 0.06

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#63868E (or 0x63868E) is known color: Gothic. HEX triplet: 63, 86 and 8E. RGB value is (99,134,142). Sum of RGB (Red+Green+Blue) = 99+134+142=375 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.4% from 375); Green value is 134 (52.73% from 255 or 35.73% from 375); Blue value is 142 (55.86% from 255 or 37.87% from 375); Max value from RGB is 142 - color contains mainly: blue. Hex color #63868E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63868E is #9C7971. Grayscale: #7C7C7C. Windows color (decimal): -10254706 or 9340515. OLE color: 9340515.

HSL color Cylindrical-coordinate representation of color #63868E: hue angle of 191.16º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #63868E is Cyan = 0.30, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 99 134 142 -
CMYK 0.30 0.06 0 0.44
HSL 191.16º 0.18% 0.47% -
HSV(B) 191.16º 0.3% 0.56% -
XYZ 18.55 21.66 28.79 -
YUV 124.45 137.9 109.85 -
System Red Green Blue C M Y K H S L
Decimal 99 134 142 0.30 0.06 0 0.44 191.16 0.18 0.47
Hex 63 86 8E 1E 6 0 2C BF 12 2F
Octal 143 206 216 36 6 0 54 277 22 57
Binary 1100011 10000110 10001110 11110 110 0 101100 10111111 10010 101111

Color Harmonies of #63868E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63868E

Black with #63868E

Text Example


Text Example

White with #63868E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63868E; }

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

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

background-color css

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

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

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

border-color css

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

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

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