Html Css Color HEX #6A706A Finlandia

📋 copy color: '#6A706A'

red 106 ◦ green 112 ◦ blue 106

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

Shades of Finlandia #6A706A

Tints of Finlandia #6A706A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 34.57%

 BLUE value IS 106 (41.8% from 255) = 32.72%

R = 32.72%
G = 34.57%
B = 32.72%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.05

 K value IS 0.56

RGB Variations

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

Color information

#6A706A (or 0x6A706A) is known color: Finlandia. HEX triplet: 6A, 70 and 6A. RGB value is (106,112,106). Sum of RGB (Red+Green+Blue) = 106+112+106=324 (42% of max value = 765). Red value is 106 (41.80% from 255 or 32.72% from 324); Green value is 112 (44.14% from 255 or 34.57% from 324); Blue value is 106 (41.80% from 255 or 32.72% from 324); Max value from RGB is 112 - color contains mainly: green. Hex color #6A706A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A706A is #958F95. Grayscale: #6D6D6D. Windows color (decimal): -9801622 or 6975594. OLE color: 6975594.

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

Color convert

RGB 106 112 106 -
CMYK 0.05 0 0.05 0.56
HSL 120º 0.03% 0.43% -
HSV(B) 120º 0.05% 0.44% -
XYZ 14.34 15.69 15.91 -
YUV 109.52 126.01 125.49 -
System Red Green Blue C M Y K H S L
Decimal 106 112 106 0.05 0 0.05 0.56 120 0.03 0.43
Hex 6A 70 6A 5 0 5 38 78 3 2B
Octal 152 160 152 5 0 5 70 170 3 53
Binary 1101010 1110000 1101010 101 0 101 111000 1111000 11 101011

Color Harmonies of #6A706A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A706A

Black with #6A706A

Text Example


Text Example

White with #6A706A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,112,106); }

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

background-color css

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

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

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

border-color css

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

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

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