Html Css Color HEX #694B5A Finn

📋 copy color: '#694B5A'

red 105 ◦ green 75 ◦ blue 90

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

Shades of Finn #694B5A

Tints of Finn #694B5A

RGB

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

 GREEN value IS 75 (29.69% from 255) = 27.78%

 BLUE value IS 90 (35.55% from 255) = 33.33%

R = 38.89%
G = 27.78%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.14

 K value IS 0.59

RGB Variations

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

Color information

#694B5A (or 0x694B5A) is known color: Finn. HEX triplet: 69, 4B and 5A. RGB value is (105,75,90). Sum of RGB (Red+Green+Blue) = 105+75+90=270 (35% of max value = 765). Red value is 105 (41.41% from 255 or 38.89% from 270); Green value is 75 (29.69% from 255 or 27.78% from 270); Blue value is 90 (35.55% from 255 or 33.33% from 270); Max value from RGB is 105 - color contains mainly: red. Hex color #694B5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #694B5A is #96B4A5. Grayscale: #555555. Windows color (decimal): -9876646 or 5917545. OLE color: 5917545.

HSL color Cylindrical-coordinate representation of color #694B5A: hue angle of 330º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #694B5A is Cyan = 0, Magento = 0.29, Yellow = 0.14 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 75 90 -
CMYK 0 0.29 0.14 0.59
HSL 330º 0.17% 0.35% -
HSV(B) 330º 0.29% 0.41% -
XYZ 10.19 8.77 10.83 -
YUV 85.68 130.44 141.78 -
System Red Green Blue C M Y K H S L
Decimal 105 75 90 0 0.29 0.14 0.59 330 0.17 0.35
Hex 69 4B 5A 0 1D E 3B 14A 11 23
Octal 151 113 132 0 35 16 73 512 21 43
Binary 1101001 1001011 1011010 0 11101 1110 111011 101001010 10001 100011

Color Harmonies of #694B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694B5A

Black with #694B5A

Text Example


Text Example

White with #694B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694B5A; }

 p { color: rgb(105,75,90); }

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

background-color css

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

 a { background-color: rgb(105,75,90); }

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

border-color css

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

 span { border-color: rgb(105,75,90); }

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