Html Css Color HEX #694057 Finn

📋 copy color: '#694057'

red 105 ◦ green 64 ◦ blue 87

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

Shades of Finn #694057

Tints of Finn #694057

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 33.98%

R = 41.02%
G = 25%
B = 33.98%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.17

 K value IS 0.59

RGB Variations

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

Color information

#694057 (or 0x694057) is known color: Finn. HEX triplet: 69, 40 and 57. RGB value is (105,64,87). Sum of RGB (Red+Green+Blue) = 105+64+87=256 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.02% from 256); Green value is 64 (25.39% from 255 or 25% from 256); Blue value is 87 (34.38% from 255 or 33.98% from 256); Max value from RGB is 105 - color contains mainly: red. Hex color #694057 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #694057 is #96BFA8. Grayscale: #4E4E4E. Windows color (decimal): -9879465 or 5718121. OLE color: 5718121.

HSL color Cylindrical-coordinate representation of color #694057: hue angle of 326.34º 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 #694057 is Cyan = 0, Magento = 0.39, Yellow = 0.17 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 64 87 -
CMYK 0 0.39 0.17 0.59
HSL 326.34º 0.24% 0.33% -
HSV(B) 326.34º 0.39% 0.41% -
XYZ 9.38 7.36 9.94 -
YUV 78.88 132.58 146.63 -
System Red Green Blue C M Y K H S L
Decimal 105 64 87 0 0.39 0.17 0.59 326.34 0.24 0.33
Hex 69 40 57 0 27 11 3B 146 18 21
Octal 151 100 127 0 47 21 73 506 30 41
Binary 1101001 1000000 1010111 0 100111 10001 111011 101000110 11000 100001

Color Harmonies of #694057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694057

Black with #694057

Text Example


Text Example

White with #694057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694057; }

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

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

background-color css

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

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

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

border-color css

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

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

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