Html Css Color HEX #694158 Finn

📋 copy color: '#694158'

red 105 ◦ green 65 ◦ blue 88

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

Shades of Finn #694158

Tints of Finn #694158

RGB

 RED value IS 105 (41.41% from 255) = 40.7%

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

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

R = 40.7%
G = 25.19%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.16

 K value IS 0.59

RGB Variations

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

Color information

#694158 (or 0x694158) is known color: Finn. HEX triplet: 69, 41 and 58. RGB value is (105,65,88). Sum of RGB (Red+Green+Blue) = 105+65+88=258 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.70% from 258); Green value is 65 (25.78% from 255 or 25.19% from 258); Blue value is 88 (34.77% from 255 or 34.11% from 258); Max value from RGB is 105 - color contains mainly: red. Hex color #694158 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #694158 is #96BEA7. Grayscale: #4F4F4F. Windows color (decimal): -9879208 or 5783913. OLE color: 5783913.

HSL color Cylindrical-coordinate representation of color #694158: hue angle of 325.5º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #694158 is Cyan = 0, Magento = 0.38, Yellow = 0.16 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 65 88 -
CMYK 0 0.38 0.16 0.59
HSL 325.5º 0.24% 0.33% -
HSV(B) 325.5º 0.38% 0.41% -
XYZ 9.48 7.49 10.18 -
YUV 79.58 132.75 146.13 -
System Red Green Blue C M Y K H S L
Decimal 105 65 88 0 0.38 0.16 0.59 325.5 0.24 0.33
Hex 69 41 58 0 26 10 3B 146 18 21
Octal 151 101 130 0 46 20 73 506 30 41
Binary 1101001 1000001 1011000 0 100110 10000 111011 101000110 11000 100001

Color Harmonies of #694158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694158

Black with #694158

Text Example


Text Example

White with #694158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694158; }

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

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

background-color css

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

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

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

border-color css

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

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

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