Html Css Color HEX #63898C Gothic

📋 copy color: '#63898C'

red 99 ◦ green 137 ◦ blue 140

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

Shades of Gothic #63898C

Tints of Gothic #63898C

RGB

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

 GREEN value IS 137 (53.91% from 255) = 36.44%

 BLUE value IS 140 (55.08% from 255) = 37.23%

R = 26.33%
G = 36.44%
B = 37.23%

CMYK

 C value IS 0.29

 M value IS 0.02

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#63898C (or 0x63898C) is known color: Gothic. HEX triplet: 63, 89 and 8C. RGB value is (99,137,140). Sum of RGB (Red+Green+Blue) = 99+137+140=376 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.33% from 376); Green value is 137 (53.91% from 255 or 36.44% from 376); Blue value is 140 (55.08% from 255 or 37.23% from 376); Max value from RGB is 140 - color contains mainly: blue. Hex color #63898C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63898C is #9C7673. Grayscale: #7D7D7D. Windows color (decimal): -10253940 or 9210211. OLE color: 9210211.

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

Color convert

RGB 99 137 140 -
CMYK 0.29 0.02 0 0.45
HSL 184.39º 0.17% 0.47% -
HSV(B) 184.39º 0.29% 0.55% -
XYZ 18.82 22.44 28.15 -
YUV 125.98 135.91 108.76 -
System Red Green Blue C M Y K H S L
Decimal 99 137 140 0.29 0.02 0 0.45 184.39 0.17 0.47
Hex 63 89 8C 1D 2 0 2D B8 11 2F
Octal 143 211 214 35 2 0 55 270 21 57
Binary 1100011 10001001 10001100 11101 10 0 101101 10111000 10001 101111

Color Harmonies of #63898C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63898C

Black with #63898C

Text Example


Text Example

White with #63898C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63898C; }

 p { color: rgb(99,137,140); }

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

background-color css

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

 a { background-color: rgb(99,137,140); }

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

border-color css

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

 span { border-color: rgb(99,137,140); }

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