Html Css Color HEX #634054 Finn

📋 copy color: '#634054'

red 99 ◦ green 64 ◦ blue 84

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

Shades of Finn #634054

Tints of Finn #634054

RGB

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

 GREEN value IS 64 (25.39% from 255) = 25.91%

 BLUE value IS 84 (33.2% from 255) = 34.01%

R = 40.08%
G = 25.91%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.15

 K value IS 0.61

RGB Variations

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

Color information

#634054 (or 0x634054) is known color: Finn. HEX triplet: 63, 40 and 54. RGB value is (99,64,84). Sum of RGB (Red+Green+Blue) = 99+64+84=247 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.08% from 247); Green value is 64 (25.39% from 255 or 25.91% from 247); Blue value is 84 (33.20% from 255 or 34.01% from 247); Max value from RGB is 99 - color contains mainly: red. Hex color #634054 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #634054 is #9CBFAB. Grayscale: #4C4C4C. Windows color (decimal): -10272684 or 5521507. OLE color: 5521507.

HSL color Cylindrical-coordinate representation of color #634054: hue angle of 325.71º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #634054 is Cyan = 0, Magento = 0.35, Yellow = 0.15 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 64 84 -
CMYK 0 0.35 0.15 0.61
HSL 325.71º 0.21% 0.32% -
HSV(B) 325.71º 0.35% 0.39% -
XYZ 8.58 6.96 9.28 -
YUV 76.75 132.1 143.87 -
System Red Green Blue C M Y K H S L
Decimal 99 64 84 0 0.35 0.15 0.61 325.71 0.21 0.32
Hex 63 40 54 0 23 F 3D 146 15 20
Octal 143 100 124 0 43 17 75 506 25 40
Binary 1100011 1000000 1010100 0 100011 1111 111101 101000110 10101 100000

Color Harmonies of #634054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634054

Black with #634054

Text Example


Text Example

White with #634054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #634054; }

 p { color: rgb(99,64,84); }

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

background-color css

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

 a { background-color: rgb(99,64,84); }

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

border-color css

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

 span { border-color: rgb(99,64,84); }

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