Html Css Color HEX #63485B Finn

📋 copy color: '#63485B'

red 99 ◦ green 72 ◦ blue 91

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

Shades of Finn #63485B

Tints of Finn #63485B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 27.48%

 BLUE value IS 91 (35.94% from 255) = 34.73%

R = 37.79%
G = 27.48%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.08

 K value IS 0.61

RGB Variations

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

Color information

#63485B (or 0x63485B) is known color: Finn. HEX triplet: 63, 48 and 5B. RGB value is (99,72,91). Sum of RGB (Red+Green+Blue) = 99+72+91=262 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.79% from 262); Green value is 72 (28.52% from 255 or 27.48% from 262); Blue value is 91 (35.94% from 255 or 34.73% from 262); Max value from RGB is 99 - color contains mainly: red. Hex color #63485B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63485B is #9CB7A4. Grayscale: #525252. Windows color (decimal): -10270629 or 5982307. OLE color: 5982307.

HSL color Cylindrical-coordinate representation of color #63485B: hue angle of 317.78º degrees, saturation: 0.16, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #63485B is Cyan = 0, Magento = 0.27, Yellow = 0.08 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 72 91 -
CMYK 0 0.27 0.08 0.61
HSL 317.78º 0.16% 0.34% -
HSV(B) 317.78º 0.27% 0.39% -
XYZ 9.35 8.04 10.96 -
YUV 82.24 132.95 139.96 -
System Red Green Blue C M Y K H S L
Decimal 99 72 91 0 0.27 0.08 0.61 317.78 0.16 0.34
Hex 63 48 5B 0 1B 8 3D 13E 10 22
Octal 143 110 133 0 33 10 75 476 20 42
Binary 1100011 1001000 1011011 0 11011 1000 111101 100111110 10000 100010

Color Harmonies of #63485B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63485B

Black with #63485B

Text Example


Text Example

White with #63485B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,72,91); }

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

background-color css

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

 a { background-color: rgb(99,72,91); }

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

border-color css

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

 span { border-color: rgb(99,72,91); }

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