Html Css Color HEX #634158 Finn

📋 copy color: '#634158'

red 99 ◦ green 65 ◦ blue 88

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

Shades of Finn #634158

Tints of Finn #634158

RGB

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

 GREEN value IS 65 (25.78% from 255) = 25.79%

 BLUE value IS 88 (34.77% from 255) = 34.92%

R = 39.29%
G = 25.79%
B = 34.92%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.11

 K value IS 0.61

RGB Variations

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

Color information

#634158 (or 0x634158) is known color: Finn. HEX triplet: 63, 41 and 58. RGB value is (99,65,88). Sum of RGB (Red+Green+Blue) = 99+65+88=252 (33% of max value = 765). Red value is 99 (39.06% from 255 or 39.29% from 252); Green value is 65 (25.78% from 255 or 25.79% from 252); Blue value is 88 (34.77% from 255 or 34.92% from 252); Max value from RGB is 99 - color contains mainly: red. Hex color #634158 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #634158 is #9CBEA7. Grayscale: #4D4D4D. Windows color (decimal): -10272424 or 5783907. OLE color: 5783907.

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

Color convert

RGB 99 65 88 -
CMYK 0 0.34 0.11 0.61
HSL 319.41º 0.21% 0.32% -
HSV(B) 319.41º 0.34% 0.39% -
XYZ 8.8 7.14 10.15 -
YUV 77.79 133.76 143.13 -
System Red Green Blue C M Y K H S L
Decimal 99 65 88 0 0.34 0.11 0.61 319.41 0.21 0.32
Hex 63 41 58 0 22 B 3D 13F 15 20
Octal 143 101 130 0 42 13 75 477 25 40
Binary 1100011 1000001 1011000 0 100010 1011 111101 100111111 10101 100000

Color Harmonies of #634158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634158

Black with #634158

Text Example


Text Example

White with #634158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #634158; }

 p { color: rgb(99,65,88); }

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

background-color css

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

 a { background-color: rgb(99,65,88); }

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

border-color css

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

 span { border-color: rgb(99,65,88); }

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