Html Css Color HEX #694059 Finn

📋 copy color: '#694059'

red 105 ◦ green 64 ◦ blue 89

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

Shades of Finn #694059

Tints of Finn #694059

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 34.5%

R = 40.7%
G = 24.81%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.15

 K value IS 0.59

RGB Variations

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

Color information

#694059 (or 0x694059) is known color: Finn. HEX triplet: 69, 40 and 59. RGB value is (105,64,89). Sum of RGB (Red+Green+Blue) = 105+64+89=258 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.70% from 258); Green value is 64 (25.39% from 255 or 24.81% from 258); Blue value is 89 (35.16% from 255 or 34.50% from 258); Max value from RGB is 105 - color contains mainly: red. Hex color #694059 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #694059 is #96BFA6. Grayscale: #4F4F4F. Windows color (decimal): -9879463 or 5849193. OLE color: 5849193.

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

Color convert

RGB 105 64 89 -
CMYK 0 0.39 0.15 0.59
HSL 323.41º 0.24% 0.33% -
HSV(B) 323.41º 0.39% 0.41% -
XYZ 9.46 7.39 10.38 -
YUV 79.11 133.58 146.47 -
System Red Green Blue C M Y K H S L
Decimal 105 64 89 0 0.39 0.15 0.59 323.41 0.24 0.33
Hex 69 40 59 0 27 F 3B 143 18 21
Octal 151 100 131 0 47 17 73 503 30 41
Binary 1101001 1000000 1011001 0 100111 1111 111011 101000011 11000 100001

Color Harmonies of #694059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694059

Black with #694059

Text Example


Text Example

White with #694059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694059; }

 p { color: rgb(105,64,89); }

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

background-color css

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

 a { background-color: rgb(105,64,89); }

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

border-color css

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

 span { border-color: rgb(105,64,89); }

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