Html Css Color HEX #697168 Finlandia

📋 copy color: '#697168'

red 105 ◦ green 113 ◦ blue 104

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

Shades of Finlandia #697168

Tints of Finlandia #697168

RGB

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

 GREEN value IS 113 (44.53% from 255) = 35.09%

 BLUE value IS 104 (41.02% from 255) = 32.3%

R = 32.61%
G = 35.09%
B = 32.3%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.08

 K value IS 0.56

RGB Variations

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

Color information

#697168 (or 0x697168) is known color: Finlandia. HEX triplet: 69, 71 and 68. RGB value is (105,113,104). Sum of RGB (Red+Green+Blue) = 105+113+104=322 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.61% from 322); Green value is 113 (44.53% from 255 or 35.09% from 322); Blue value is 104 (41.02% from 255 or 32.30% from 322); Max value from RGB is 113 - color contains mainly: green. Hex color #697168 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697168 is #968E97. Grayscale: #6D6D6D. Windows color (decimal): -9866904 or 6844777. OLE color: 6844777.

HSL color Cylindrical-coordinate representation of color #697168: hue angle of 113.33º degrees, saturation: 0.04, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #697168 is Cyan = 0.07, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.56.

Color convert

RGB 105 113 104 -
CMYK 0.07 0 0.08 0.56
HSL 113.33º 0.04% 0.43% -
HSV(B) 113.33º 0.08% 0.44% -
XYZ 14.23 15.81 15.4 -
YUV 109.58 124.85 124.73 -
System Red Green Blue C M Y K H S L
Decimal 105 113 104 0.07 0 0.08 0.56 113.33 0.04 0.43
Hex 69 71 68 7 0 8 38 71 4 2B
Octal 151 161 150 7 0 10 70 161 4 53
Binary 1101001 1110001 1101000 111 0 1000 111000 1110001 100 101011

Color Harmonies of #697168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697168

Black with #697168

Text Example


Text Example

White with #697168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697168; }

 p { color: rgb(105,113,104); }

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

background-color css

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

 a { background-color: rgb(105,113,104); }

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

border-color css

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

 span { border-color: rgb(105,113,104); }

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