Html Css Color HEX #6A7B69 Finlandia

📋 copy color: '#6A7B69'

red 106 ◦ green 123 ◦ blue 105

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

Shades of Finlandia #6A7B69

Tints of Finlandia #6A7B69

RGB

 RED value IS 106 (41.8% from 255) = 31.74%

 GREEN value IS 123 (48.44% from 255) = 36.83%

 BLUE value IS 105 (41.41% from 255) = 31.44%

R = 31.74%
G = 36.83%
B = 31.44%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.15

 K value IS 0.52

RGB Variations

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

Color information

#6A7B69 (or 0x6A7B69) is known color: Finlandia. HEX triplet: 6A, 7B and 69. RGB value is (106,123,105). Sum of RGB (Red+Green+Blue) = 106+123+105=334 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.74% from 334); Green value is 123 (48.44% from 255 or 36.83% from 334); Blue value is 105 (41.41% from 255 or 31.44% from 334); Max value from RGB is 123 - color contains mainly: green. Hex color #6A7B69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A7B69 is #958496. Grayscale: #737373. Windows color (decimal): -9798807 or 6912874. OLE color: 6912874.

HSL color Cylindrical-coordinate representation of color #6A7B69: hue angle of 116.67º degrees, saturation: 0.08, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #6A7B69 is Cyan = 0.14, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.52.

Color convert

RGB 106 123 105 -
CMYK 0.14 0 0.15 0.52
HSL 116.67º 0.08% 0.45% -
HSV(B) 116.67º 0.15% 0.48% -
XYZ 15.58 18.25 16.07 -
YUV 115.87 121.87 120.96 -
System Red Green Blue C M Y K H S L
Decimal 106 123 105 0.14 0 0.15 0.52 116.67 0.08 0.45
Hex 6A 7B 69 E 0 F 34 75 8 2D
Octal 152 173 151 16 0 17 64 165 10 55
Binary 1101010 1111011 1101001 1110 0 1111 110100 1110101 1000 101101

Color Harmonies of #6A7B69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A7B69

Black with #6A7B69

Text Example


Text Example

White with #6A7B69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6A7B69; }

 p { color: rgb(106,123,105); }

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

background-color css

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

 a { background-color: rgb(106,123,105); }

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

border-color css

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

 span { border-color: rgb(106,123,105); }

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