Html Css Color HEX #6B958F Gumbo

📋 copy color: '#6B958F'

red 107 ◦ green 149 ◦ blue 143

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

Shades of Gumbo #6B958F

Tints of Gumbo #6B958F

RGB

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

 GREEN value IS 149 (58.59% from 255) = 37.34%

 BLUE value IS 143 (56.25% from 255) = 35.84%

R = 26.82%
G = 37.34%
B = 35.84%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.04

 K value IS 0.42

RGB Variations

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

Color information

#6B958F (or 0x6B958F) is known color: Gumbo. HEX triplet: 6B, 95 and 8F. RGB value is (107,149,143). Sum of RGB (Red+Green+Blue) = 107+149+143=399 (52% of max value = 765). Red value is 107 (42.19% from 255 or 26.82% from 399); Green value is 149 (58.59% from 255 or 37.34% from 399); Blue value is 143 (56.25% from 255 or 35.84% from 399); Max value from RGB is 149 - color contains mainly: green. Hex color #6B958F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B958F is #946A70. Grayscale: #878787. Windows color (decimal): -9726577 or 9409899. OLE color: 9409899.

HSL color Cylindrical-coordinate representation of color #6B958F: hue angle of 171.43º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6B958F is Cyan = 0.28, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.42.

Color convert

RGB 107 149 143 -
CMYK 0.28 0 0.04 0.42
HSL 171.43º 0.17% 0.5% -
HSV(B) 171.43º 0.28% 0.58% -
XYZ 21.77 26.6 29.97 -
YUV 135.76 132.09 107.49 -
System Red Green Blue C M Y K H S L
Decimal 107 149 143 0.28 0 0.04 0.42 171.43 0.17 0.5
Hex 6B 95 8F 1C 0 4 2A AB 11 32
Octal 153 225 217 34 0 4 52 253 21 62
Binary 1101011 10010101 10001111 11100 0 100 101010 10101011 10001 110010

Color Harmonies of #6B958F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B958F

Black with #6B958F

Text Example


Text Example

White with #6B958F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,149,143); }

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

background-color css

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

 a { background-color: rgb(107,149,143); }

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

border-color css

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

 span { border-color: rgb(107,149,143); }

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