Html Css Color HEX #694560 Finn

📋 copy color: '#694560'

red 105 ◦ green 69 ◦ blue 96

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

Shades of Finn #694560

Tints of Finn #694560

RGB

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

 GREEN value IS 69 (27.34% from 255) = 25.56%

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

R = 38.89%
G = 25.56%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.09

 K value IS 0.59

RGB Variations

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

Color information

#694560 (or 0x694560) is known color: Finn. HEX triplet: 69, 45 and 60. RGB value is (105,69,96). Sum of RGB (Red+Green+Blue) = 105+69+96=270 (35% of max value = 765). Red value is 105 (41.41% from 255 or 38.89% from 270); Green value is 69 (27.34% from 255 or 25.56% from 270); Blue value is 96 (37.89% from 255 or 35.56% from 270); Max value from RGB is 105 - color contains mainly: red. Hex color #694560 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #694560 is #96BA9F. Grayscale: #525252. Windows color (decimal): -9878176 or 6309225. OLE color: 6309225.

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

Color convert

RGB 105 69 96 -
CMYK 0 0.34 0.09 0.59
HSL 315º 0.21% 0.34% -
HSV(B) 315º 0.34% 0.41% -
XYZ 10.07 8.1 12.1 -
YUV 82.84 135.43 143.8 -
System Red Green Blue C M Y K H S L
Decimal 105 69 96 0 0.34 0.09 0.59 315 0.21 0.34
Hex 69 45 60 0 22 9 3B 13B 15 22
Octal 151 105 140 0 42 11 73 473 25 42
Binary 1101001 1000101 1100000 0 100010 1001 111011 100111011 10101 100010

Color Harmonies of #694560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694560

Black with #694560

Text Example


Text Example

White with #694560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694560; }

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

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

background-color css

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

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

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

border-color css

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

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

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