Html Css Color HEX #6B7B68 Finlandia

📋 copy color: '#6B7B68'

red 107 ◦ green 123 ◦ blue 104

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

Shades of Finlandia #6B7B68

Tints of Finlandia #6B7B68

RGB

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

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

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

R = 32.04%
G = 36.83%
B = 31.14%

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

#6B7B68 (or 0x6B7B68) is known color: Finlandia. HEX triplet: 6B, 7B and 68. RGB value is (107,123,104). Sum of RGB (Red+Green+Blue) = 107+123+104=334 (44% of max value = 765). Red value is 107 (42.19% from 255 or 32.04% from 334); Green value is 123 (48.44% from 255 or 36.83% from 334); Blue value is 104 (41.02% from 255 or 31.14% from 334); Max value from RGB is 123 - color contains mainly: green. Hex color #6B7B68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B7B68 is #948497. Grayscale: #747474. Windows color (decimal): -9733272 or 6847339. OLE color: 6847339.

HSL color Cylindrical-coordinate representation of color #6B7B68: hue angle of 110.53º 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 #6B7B68 is Cyan = 0.13, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.52.

Color convert

RGB 107 123 104 -
CMYK 0.13 0 0.15 0.52
HSL 110.53º 0.08% 0.45% -
HSV(B) 110.53º 0.15% 0.48% -
XYZ 15.65 18.29 15.8 -
YUV 116.05 121.2 121.54 -
System Red Green Blue C M Y K H S L
Decimal 107 123 104 0.13 0 0.15 0.52 110.53 0.08 0.45
Hex 6B 7B 68 D 0 F 34 6F 8 2D
Octal 153 173 150 15 0 17 64 157 10 55
Binary 1101011 1111011 1101000 1101 0 1111 110100 1101111 1000 101101

Color Harmonies of #6B7B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B7B68

Black with #6B7B68

Text Example


Text Example

White with #6B7B68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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