Html Css Color HEX #694858 Finn

📋 copy color: '#694858'

red 105 ◦ green 72 ◦ blue 88

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

Shades of Finn #694858

Tints of Finn #694858

RGB

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

 GREEN value IS 72 (28.52% from 255) = 27.17%

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

R = 39.62%
G = 27.17%
B = 33.21%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.16

 K value IS 0.59

RGB Variations

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

Color information

#694858 (or 0x694858) is known color: Finn. HEX triplet: 69, 48 and 58. RGB value is (105,72,88). Sum of RGB (Red+Green+Blue) = 105+72+88=265 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.62% from 265); Green value is 72 (28.52% from 255 or 27.17% from 265); Blue value is 88 (34.77% from 255 or 33.21% from 265); Max value from RGB is 105 - color contains mainly: red. Hex color #694858 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #694858 is #96B7A7. Grayscale: #535353. Windows color (decimal): -9877416 or 5785705. OLE color: 5785705.

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

Color convert

RGB 105 72 88 -
CMYK 0 0.31 0.16 0.59
HSL 330.91º 0.19% 0.35% -
HSV(B) 330.91º 0.31% 0.41% -
XYZ 9.9 8.34 10.32 -
YUV 83.69 130.43 143.2 -
System Red Green Blue C M Y K H S L
Decimal 105 72 88 0 0.31 0.16 0.59 330.91 0.19 0.35
Hex 69 48 58 0 1F 10 3B 14B 13 23
Octal 151 110 130 0 37 20 73 513 23 43
Binary 1101001 1001000 1011000 0 11111 10000 111011 101001011 10011 100011

Color Harmonies of #694858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694858

Black with #694858

Text Example


Text Example

White with #694858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694858; }

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

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

background-color css

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

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

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

border-color css

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

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

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