Html Css Color HEX #694358 Finn

📋 copy color: '#694358'

red 105 ◦ green 67 ◦ blue 88

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

Shades of Finn #694358

Tints of Finn #694358

RGB

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

 GREEN value IS 67 (26.56% from 255) = 25.77%

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

R = 40.38%
G = 25.77%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.16

 K value IS 0.59

RGB Variations

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

Color information

#694358 (or 0x694358) is known color: Finn. HEX triplet: 69, 43 and 58. RGB value is (105,67,88). Sum of RGB (Red+Green+Blue) = 105+67+88=260 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.38% from 260); Green value is 67 (26.56% from 255 or 25.77% from 260); Blue value is 88 (34.77% from 255 or 33.85% from 260); Max value from RGB is 105 - color contains mainly: red. Hex color #694358 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #694358 is #96BCA7. Grayscale: #505050. Windows color (decimal): -9878696 or 5784425. OLE color: 5784425.

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

Color convert

RGB 105 67 88 -
CMYK 0 0.36 0.16 0.59
HSL 326.84º 0.22% 0.34% -
HSV(B) 326.84º 0.36% 0.41% -
XYZ 9.59 7.72 10.22 -
YUV 80.76 132.09 145.29 -
System Red Green Blue C M Y K H S L
Decimal 105 67 88 0 0.36 0.16 0.59 326.84 0.22 0.34
Hex 69 43 58 0 24 10 3B 147 16 22
Octal 151 103 130 0 44 20 73 507 26 42
Binary 1101001 1000011 1011000 0 100100 10000 111011 101000111 10110 100010

Color Harmonies of #694358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694358

Black with #694358

Text Example


Text Example

White with #694358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694358; }

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

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

background-color css

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

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

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

border-color css

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

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

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