Html Css Color HEX #6A7668 Finlandia

📋 copy color: '#6A7668'

red 106 ◦ green 118 ◦ blue 104

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

Shades of Finlandia #6A7668

Tints of Finlandia #6A7668

RGB

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

 GREEN value IS 118 (46.48% from 255) = 35.98%

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

R = 32.32%
G = 35.98%
B = 31.71%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.12

 K value IS 0.54

RGB Variations

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

Color information

#6A7668 (or 0x6A7668) is known color: Finlandia. HEX triplet: 6A, 76 and 68. RGB value is (106,118,104). Sum of RGB (Red+Green+Blue) = 106+118+104=328 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.32% from 328); Green value is 118 (46.48% from 255 or 35.98% from 328); Blue value is 104 (41.02% from 255 or 31.71% from 328); Max value from RGB is 118 - color contains mainly: green. Hex color #6A7668 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A7668 is #958997. Grayscale: #707070. Windows color (decimal): -9800088 or 6846058. OLE color: 6846058.

HSL color Cylindrical-coordinate representation of color #6A7668: hue angle of 111.43º degrees, saturation: 0.06, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #6A7668 is Cyan = 0.10, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.54.

Color convert

RGB 106 118 104 -
CMYK 0.10 0 0.12 0.54
HSL 111.43º 0.06% 0.44% -
HSV(B) 111.43º 0.12% 0.46% -
XYZ 14.92 17.02 15.6 -
YUV 112.82 123.02 123.14 -
System Red Green Blue C M Y K H S L
Decimal 106 118 104 0.10 0 0.12 0.54 111.43 0.06 0.44
Hex 6A 76 68 A 0 C 36 6F 6 2C
Octal 152 166 150 12 0 14 66 157 6 54
Binary 1101010 1110110 1101000 1010 0 1100 110110 1101111 110 101100

Color Harmonies of #6A7668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A7668

Black with #6A7668

Text Example


Text Example

White with #6A7668

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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