Html Css Color HEX #63888B Gothic

📋 copy color: '#63888B'

red 99 ◦ green 136 ◦ blue 139

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

Shades of Gothic #63888B

Tints of Gothic #63888B

RGB

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

 GREEN value IS 136 (53.52% from 255) = 36.36%

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

R = 26.47%
G = 36.36%
B = 37.17%

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

#63888B (or 0x63888B) is known color: Gothic. HEX triplet: 63, 88 and 8B. RGB value is (99,136,139). Sum of RGB (Red+Green+Blue) = 99+136+139=374 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.47% from 374); Green value is 136 (53.52% from 255 or 36.36% from 374); Blue value is 139 (54.69% from 255 or 37.17% from 374); Max value from RGB is 139 - color contains mainly: blue. Hex color #63888B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63888B is #9C7774. Grayscale: #7D7D7D. Windows color (decimal): -10254197 or 9144419. OLE color: 9144419.

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

Color convert

RGB 99 136 139 -
CMYK 0.29 0.02 0 0.45
HSL 184.5º 0.17% 0.47% -
HSV(B) 184.5º 0.29% 0.55% -
XYZ 18.61 22.13 27.72 -
YUV 125.28 135.74 109.26 -
System Red Green Blue C M Y K H S L
Decimal 99 136 139 0.29 0.02 0 0.45 184.5 0.17 0.47
Hex 63 88 8B 1D 2 0 2D B8 11 2F
Octal 143 210 213 35 2 0 55 270 21 57
Binary 1100011 10001000 10001011 11101 10 0 101101 10111000 10001 101111

Color Harmonies of #63888B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63888B

Black with #63888B

Text Example


Text Example

White with #63888B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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