Html Css Color HEX #6B948D Gumbo

📋 copy color: '#6B948D'

red 107 ◦ green 148 ◦ blue 141

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

Shades of Gumbo #6B948D

Tints of Gumbo #6B948D

RGB

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

 GREEN value IS 148 (58.2% from 255) = 37.37%

 BLUE value IS 141 (55.47% from 255) = 35.61%

R = 27.02%
G = 37.37%
B = 35.61%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#6B948D (or 0x6B948D) is known color: Gumbo. HEX triplet: 6B, 94 and 8D. RGB value is (107,148,141). Sum of RGB (Red+Green+Blue) = 107+148+141=396 (52% of max value = 765). Red value is 107 (42.19% from 255 or 27.02% from 396); Green value is 148 (58.20% from 255 or 37.37% from 396); Blue value is 141 (55.47% from 255 or 35.61% from 396); Max value from RGB is 148 - color contains mainly: green. Hex color #6B948D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B948D is #946B72. Grayscale: #868686. Windows color (decimal): -9726835 or 9278571. OLE color: 9278571.

HSL color Cylindrical-coordinate representation of color #6B948D: hue angle of 169.76º degrees, saturation: 0.16, 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 #6B948D is Cyan = 0.28, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB 107 148 141 -
CMYK 0.28 0 0.05 0.42
HSL 169.76º 0.16% 0.5% -
HSV(B) 169.76º 0.28% 0.58% -
XYZ 21.46 26.23 29.13 -
YUV 134.94 131.42 108.07 -
System Red Green Blue C M Y K H S L
Decimal 107 148 141 0.28 0 0.05 0.42 169.76 0.16 0.5
Hex 6B 94 8D 1C 0 5 2A AA 10 32
Octal 153 224 215 34 0 5 52 252 20 62
Binary 1101011 10010100 10001101 11100 0 101 101010 10101010 10000 110010

Color Harmonies of #6B948D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B948D

Black with #6B948D

Text Example


Text Example

White with #6B948D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,148,141); }

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

background-color css

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

 a { background-color: rgb(107,148,141); }

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

border-color css

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

 span { border-color: rgb(107,148,141); }

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