Html Css Color HEX #694760 Finn

📋 copy color: '#694760'

red 105 ◦ green 71 ◦ blue 96

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

Shades of Finn #694760

Tints of Finn #694760

RGB

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

 GREEN value IS 71 (28.13% from 255) = 26.1%

 BLUE value IS 96 (37.89% from 255) = 35.29%

R = 38.6%
G = 26.1%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.09

 K value IS 0.59

RGB Variations

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

Color information

#694760 (or 0x694760) is known color: Finn. HEX triplet: 69, 47 and 60. RGB value is (105,71,96). Sum of RGB (Red+Green+Blue) = 105+71+96=272 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.60% from 272); Green value is 71 (28.12% from 255 or 26.10% from 272); Blue value is 96 (37.89% from 255 or 35.29% from 272); Max value from RGB is 105 - color contains mainly: red. Hex color #694760 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #694760 is #96B89F. Grayscale: #535353. Windows color (decimal): -9877664 or 6309737. OLE color: 6309737.

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

Color convert

RGB 105 71 96 -
CMYK 0 0.32 0.09 0.59
HSL 315.88º 0.19% 0.35% -
HSV(B) 315.88º 0.32% 0.41% -
XYZ 10.19 8.35 12.14 -
YUV 84.02 134.76 142.97 -
System Red Green Blue C M Y K H S L
Decimal 105 71 96 0 0.32 0.09 0.59 315.88 0.19 0.35
Hex 69 47 60 0 20 9 3B 13C 13 23
Octal 151 107 140 0 40 11 73 474 23 43
Binary 1101001 1000111 1100000 0 100000 1001 111011 100111100 10011 100011

Color Harmonies of #694760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694760

Black with #694760

Text Example


Text Example

White with #694760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694760; }

 p { color: rgb(105,71,96); }

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

background-color css

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

 a { background-color: rgb(105,71,96); }

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

border-color css

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

 span { border-color: rgb(105,71,96); }

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