Html Css Color HEX #6F908C Gumbo

📋 copy color: '#6F908C'

red 111 ◦ green 144 ◦ blue 140

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

Shades of Gumbo #6F908C

Tints of Gumbo #6F908C

RGB

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

 GREEN value IS 144 (56.64% from 255) = 36.46%

 BLUE value IS 140 (55.08% from 255) = 35.44%

R = 28.1%
G = 36.46%
B = 35.44%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.03

 K value IS 0.44

RGB Variations

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

Color information

#6F908C (or 0x6F908C) is known color: Gumbo. HEX triplet: 6F, 90 and 8C. RGB value is (111,144,140). Sum of RGB (Red+Green+Blue) = 111+144+140=395 (52% of max value = 765). Red value is 111 (43.75% from 255 or 28.10% from 395); Green value is 144 (56.64% from 255 or 36.46% from 395); Blue value is 140 (55.08% from 255 or 35.44% from 395); Max value from RGB is 144 - color contains mainly: green. Hex color #6F908C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F908C is #906F73. Grayscale: #858585. Windows color (decimal): -9465716 or 9212015. OLE color: 9212015.

HSL color Cylindrical-coordinate representation of color #6F908C: hue angle of 172.73º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6F908C is Cyan = 0.23, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.44.

Color convert

RGB 111 144 140 -
CMYK 0.23 0 0.03 0.44
HSL 172.73º 0.13% 0.5% -
HSV(B) 172.73º 0.23% 0.56% -
XYZ 21.26 25.22 28.56 -
YUV 133.68 131.57 111.83 -
System Red Green Blue C M Y K H S L
Decimal 111 144 140 0.23 0 0.03 0.44 172.73 0.13 0.5
Hex 6F 90 8C 17 0 3 2C AD D 32
Octal 157 220 214 27 0 3 54 255 15 62
Binary 1101111 10010000 10001100 10111 0 11 101100 10101101 1101 110010

Color Harmonies of #6F908C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F908C

Black with #6F908C

Text Example


Text Example

White with #6F908C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,144,140); }

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

background-color css

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

 a { background-color: rgb(111,144,140); }

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

border-color css

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

 span { border-color: rgb(111,144,140); }

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