Html Css Color HEX #6B908C Gumbo

📋 copy color: '#6B908C'

red 107 ◦ green 144 ◦ blue 140

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

Shades of Gumbo #6B908C

Tints of Gumbo #6B908C

RGB

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

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

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

R = 27.37%
G = 36.83%
B = 35.81%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.03

 K value IS 0.44

RGB Variations

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

Color information

#6B908C (or 0x6B908C) is known color: Gumbo. HEX triplet: 6B, 90 and 8C. RGB value is (107,144,140). Sum of RGB (Red+Green+Blue) = 107+144+140=391 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.37% from 391); Green value is 144 (56.64% from 255 or 36.83% from 391); Blue value is 140 (55.08% from 255 or 35.81% from 391); Max value from RGB is 144 - color contains mainly: green. Hex color #6B908C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B908C is #946F73. Grayscale: #848484. Windows color (decimal): -9727860 or 9212011. OLE color: 9212011.

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

Color convert

RGB 107 144 140 -
CMYK 0.26 0 0.03 0.44
HSL 173.51º 0.15% 0.49% -
HSV(B) 173.51º 0.26% 0.56% -
XYZ 20.77 24.97 28.54 -
YUV 132.48 132.24 109.83 -
System Red Green Blue C M Y K H S L
Decimal 107 144 140 0.26 0 0.03 0.44 173.51 0.15 0.49
Hex 6B 90 8C 1A 0 3 2C AE F 31
Octal 153 220 214 32 0 3 54 256 17 61
Binary 1101011 10010000 10001100 11010 0 11 101100 10101110 1111 110001

Color Harmonies of #6B908C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B908C

Black with #6B908C

Text Example


Text Example

White with #6B908C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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