Html Css Color HEX #694058 Finn

📋 copy color: '#694058'

red 105 ◦ green 64 ◦ blue 88

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

Shades of Finn #694058

Tints of Finn #694058

RGB

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

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

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

R = 40.86%
G = 24.9%
B = 34.24%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.16

 K value IS 0.59

RGB Variations

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

Color information

#694058 (or 0x694058) is known color: Finn. HEX triplet: 69, 40 and 58. RGB value is (105,64,88). Sum of RGB (Red+Green+Blue) = 105+64+88=257 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.86% from 257); Green value is 64 (25.39% from 255 or 24.90% from 257); Blue value is 88 (34.77% from 255 or 34.24% from 257); Max value from RGB is 105 - color contains mainly: red. Hex color #694058 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #694058 is #96BFA7. Grayscale: #4E4E4E. Windows color (decimal): -9879464 or 5783657. OLE color: 5783657.

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

Color convert

RGB 105 64 88 -
CMYK 0 0.39 0.16 0.59
HSL 324.88º 0.24% 0.33% -
HSV(B) 324.88º 0.39% 0.41% -
XYZ 9.42 7.37 10.16 -
YUV 79 133.08 146.55 -
System Red Green Blue C M Y K H S L
Decimal 105 64 88 0 0.39 0.16 0.59 324.88 0.24 0.33
Hex 69 40 58 0 27 10 3B 145 18 21
Octal 151 100 130 0 47 20 73 505 30 41
Binary 1101001 1000000 1011000 0 100111 10000 111011 101000101 11000 100001

Color Harmonies of #694058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694058

Black with #694058

Text Example


Text Example

White with #694058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694058; }

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

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

background-color css

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

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

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

border-color css

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

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

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