Html Css Color HEX #6F948E Gumbo

📋 copy color: '#6F948E'

red 111 ◦ green 148 ◦ blue 142

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

Shades of Gumbo #6F948E

Tints of Gumbo #6F948E

RGB

 RED value IS 111 (43.75% from 255) = 27.68%

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

 BLUE value IS 142 (55.86% from 255) = 35.41%

R = 27.68%
G = 36.91%
B = 35.41%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.04

 K value IS 0.42

RGB Variations

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

Color information

#6F948E (or 0x6F948E) is known color: Gumbo. HEX triplet: 6F, 94 and 8E. RGB value is (111,148,142). Sum of RGB (Red+Green+Blue) = 111+148+142=401 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.68% from 401); Green value is 148 (58.20% from 255 or 36.91% from 401); Blue value is 142 (55.86% from 255 or 35.41% from 401); Max value from RGB is 148 - color contains mainly: green. Hex color #6F948E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F948E is #906B71. Grayscale: #888888. Windows color (decimal): -9464690 or 9344111. OLE color: 9344111.

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

Color convert

RGB 111 148 142 -
CMYK 0.25 0 0.04 0.42
HSL 170.27º 0.15% 0.51% -
HSV(B) 170.27º 0.25% 0.58% -
XYZ 22.03 26.51 29.55 -
YUV 136.25 131.24 109.99 -
System Red Green Blue C M Y K H S L
Decimal 111 148 142 0.25 0 0.04 0.42 170.27 0.15 0.51
Hex 6F 94 8E 19 0 4 2A AA F 33
Octal 157 224 216 31 0 4 52 252 17 63
Binary 1101111 10010100 10001110 11001 0 100 101010 10101010 1111 110011

Color Harmonies of #6F948E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F948E

Black with #6F948E

Text Example


Text Example

White with #6F948E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,148,142); }

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

background-color css

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

 a { background-color: rgb(111,148,142); }

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

border-color css

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

 span { border-color: rgb(111,148,142); }

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