Html Css Color HEX #694355 Finn

📋 copy color: '#694355'

red 105 ◦ green 67 ◦ blue 85

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

Shades of Finn #694355

Tints of Finn #694355

RGB

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

 GREEN value IS 67 (26.56% from 255) = 26.07%

 BLUE value IS 85 (33.59% from 255) = 33.07%

R = 40.86%
G = 26.07%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.19

 K value IS 0.59

RGB Variations

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

Color information

#694355 (or 0x694355) is known color: Finn. HEX triplet: 69, 43 and 55. RGB value is (105,67,85). Sum of RGB (Red+Green+Blue) = 105+67+85=257 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.86% from 257); Green value is 67 (26.56% from 255 or 26.07% from 257); Blue value is 85 (33.59% from 255 or 33.07% from 257); Max value from RGB is 105 - color contains mainly: red. Hex color #694355 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #694355 is #96BCAA. Grayscale: #505050. Windows color (decimal): -9878699 or 5587817. OLE color: 5587817.

HSL color Cylindrical-coordinate representation of color #694355: hue angle of 331.58º degrees, saturation: 0.22, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #694355 is Cyan = 0, Magento = 0.36, Yellow = 0.19 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 67 85 -
CMYK 0 0.36 0.19 0.59
HSL 331.58º 0.22% 0.34% -
HSV(B) 331.58º 0.36% 0.41% -
XYZ 9.47 7.67 9.58 -
YUV 80.41 130.59 145.54 -
System Red Green Blue C M Y K H S L
Decimal 105 67 85 0 0.36 0.19 0.59 331.58 0.22 0.34
Hex 69 43 55 0 24 13 3B 14C 16 22
Octal 151 103 125 0 44 23 73 514 26 42
Binary 1101001 1000011 1010101 0 100100 10011 111011 101001100 10110 100010

Color Harmonies of #694355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694355

Black with #694355

Text Example


Text Example

White with #694355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694355; }

 p { color: rgb(105,67,85); }

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

background-color css

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

 a { background-color: rgb(105,67,85); }

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

border-color css

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

 span { border-color: rgb(105,67,85); }

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