Html Css Color HEX #6B7768 Finlandia

📋 copy color: '#6B7768'

red 107 ◦ green 119 ◦ blue 104

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

Shades of Finlandia #6B7768

Tints of Finlandia #6B7768

RGB

 RED value IS 107 (42.19% from 255) = 32.42%

 GREEN value IS 119 (46.88% from 255) = 36.06%

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

R = 32.42%
G = 36.06%
B = 31.52%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#6B7768 (or 0x6B7768) is known color: Finlandia. HEX triplet: 6B, 77 and 68. RGB value is (107,119,104). Sum of RGB (Red+Green+Blue) = 107+119+104=330 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.42% from 330); Green value is 119 (46.88% from 255 or 36.06% from 330); Blue value is 104 (41.02% from 255 or 31.52% from 330); Max value from RGB is 119 - color contains mainly: green. Hex color #6B7768 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B7768 is #948897. Grayscale: #717171. Windows color (decimal): -9734296 or 6846315. OLE color: 6846315.

HSL color Cylindrical-coordinate representation of color #6B7768: hue angle of 108º degrees, saturation: 0.07, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #6B7768 is Cyan = 0.10, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB 107 119 104 -
CMYK 0.10 0 0.13 0.53
HSL 108º 0.07% 0.44% -
HSV(B) 108º 0.13% 0.47% -
XYZ 15.16 17.32 15.64 -
YUV 113.7 122.52 123.22 -
System Red Green Blue C M Y K H S L
Decimal 107 119 104 0.10 0 0.13 0.53 108 0.07 0.44
Hex 6B 77 68 A 0 D 35 6C 7 2C
Octal 153 167 150 12 0 15 65 154 7 54
Binary 1101011 1110111 1101000 1010 0 1101 110101 1101100 111 101100

Color Harmonies of #6B7768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B7768

Black with #6B7768

Text Example


Text Example

White with #6B7768

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,119,104); }

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

background-color css

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

 a { background-color: rgb(107,119,104); }

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

border-color css

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

 span { border-color: rgb(107,119,104); }

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