Html Css Color HEX #6A7A68 Finlandia

📋 copy color: '#6A7A68'

red 106 ◦ green 122 ◦ blue 104

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

Shades of Finlandia #6A7A68

Tints of Finlandia #6A7A68

RGB

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

 GREEN value IS 122 (48.05% from 255) = 36.75%

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

R = 31.93%
G = 36.75%
B = 31.33%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.15

 K value IS 0.52

RGB Variations

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

Color information

#6A7A68 (or 0x6A7A68) is known color: Finlandia. HEX triplet: 6A, 7A and 68. RGB value is (106,122,104). Sum of RGB (Red+Green+Blue) = 106+122+104=332 (43% of max value = 765). Red value is 106 (41.80% from 255 or 31.93% from 332); Green value is 122 (48.05% from 255 or 36.75% from 332); Blue value is 104 (41.02% from 255 or 31.33% from 332); Max value from RGB is 122 - color contains mainly: green. Hex color #6A7A68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A7A68 is #958597. Grayscale: #737373. Windows color (decimal): -9799064 or 6847082. OLE color: 6847082.

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

Color convert

RGB 106 122 104 -
CMYK 0.13 0 0.15 0.52
HSL 113.33º 0.08% 0.44% -
HSV(B) 113.33º 0.15% 0.48% -
XYZ 15.4 17.98 15.76 -
YUV 115.16 121.7 121.46 -
System Red Green Blue C M Y K H S L
Decimal 106 122 104 0.13 0 0.15 0.52 113.33 0.08 0.44
Hex 6A 7A 68 D 0 F 34 71 8 2C
Octal 152 172 150 15 0 17 64 161 10 54
Binary 1101010 1111010 1101000 1101 0 1111 110100 1110001 1000 101100

Color Harmonies of #6A7A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A7A68

Black with #6A7A68

Text Example


Text Example

White with #6A7A68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,122,104); }

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

background-color css

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

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

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

border-color css

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

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

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