Html Css Color HEX #63495A Finn

📋 copy color: '#63495A'

red 99 ◦ green 73 ◦ blue 90

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

Shades of Finn #63495A

Tints of Finn #63495A

RGB

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

 GREEN value IS 73 (28.91% from 255) = 27.86%

 BLUE value IS 90 (35.55% from 255) = 34.35%

R = 37.79%
G = 27.86%
B = 34.35%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.09

 K value IS 0.61

RGB Variations

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

Color information

#63495A (or 0x63495A) is known color: Finn. HEX triplet: 63, 49 and 5A. RGB value is (99,73,90). Sum of RGB (Red+Green+Blue) = 99+73+90=262 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.79% from 262); Green value is 73 (28.91% from 255 or 27.86% from 262); Blue value is 90 (35.55% from 255 or 34.35% from 262); Max value from RGB is 99 - color contains mainly: red. Hex color #63495A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63495A is #9CB6A5. Grayscale: #525252. Windows color (decimal): -10270374 or 5917027. OLE color: 5917027.

HSL color Cylindrical-coordinate representation of color #63495A: hue angle of 320.77º degrees, saturation: 0.15, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #63495A is Cyan = 0, Magento = 0.26, Yellow = 0.09 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 73 90 -
CMYK 0 0.26 0.09 0.61
HSL 320.77º 0.15% 0.34% -
HSV(B) 320.77º 0.26% 0.39% -
XYZ 9.37 8.16 10.75 -
YUV 82.71 132.11 139.62 -
System Red Green Blue C M Y K H S L
Decimal 99 73 90 0 0.26 0.09 0.61 320.77 0.15 0.34
Hex 63 49 5A 0 1A 9 3D 141 F 22
Octal 143 111 132 0 32 11 75 501 17 42
Binary 1100011 1001001 1011010 0 11010 1001 111101 101000001 1111 100010

Color Harmonies of #63495A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63495A

Black with #63495A

Text Example


Text Example

White with #63495A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63495A; }

 p { color: rgb(99,73,90); }

 H1.HeaderClassName
 {
   color: #63495A;
 }
 .AnyTagClassName
 {
   color: #63495A;
 }
</style>

background-color css

<style>
 a { background-color: #63495A; }

 a { background-color: rgb(99,73,90); }

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

border-color css

<style>
 span { border-color: #63495A; }

 span { border-color: rgb(99,73,90); }

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