Html Css Color HEX #6B918C Gumbo

📋 copy color: '#6B918C'

red 107 ◦ green 145 ◦ blue 140

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

Shades of Gumbo #6B918C

Tints of Gumbo #6B918C

RGB

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

 GREEN value IS 145 (57.03% from 255) = 36.99%

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

R = 27.3%
G = 36.99%
B = 35.71%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.03

 K value IS 0.43

RGB Variations

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

Color information

#6B918C (or 0x6B918C) is known color: Gumbo. HEX triplet: 6B, 91 and 8C. RGB value is (107,145,140). Sum of RGB (Red+Green+Blue) = 107+145+140=392 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.30% from 392); Green value is 145 (57.03% from 255 or 36.99% from 392); Blue value is 140 (55.08% from 255 or 35.71% from 392); Max value from RGB is 145 - color contains mainly: green. Hex color #6B918C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B918C is #946E73. Grayscale: #858585. Windows color (decimal): -9727604 or 9212267. OLE color: 9212267.

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

Color convert

RGB 107 145 140 -
CMYK 0.26 0 0.03 0.43
HSL 172.11º 0.15% 0.49% -
HSV(B) 172.11º 0.26% 0.57% -
XYZ 20.92 25.27 28.59 -
YUV 133.07 131.91 109.41 -
System Red Green Blue C M Y K H S L
Decimal 107 145 140 0.26 0 0.03 0.43 172.11 0.15 0.49
Hex 6B 91 8C 1A 0 3 2B AC F 31
Octal 153 221 214 32 0 3 53 254 17 61
Binary 1101011 10010001 10001100 11010 0 11 101011 10101100 1111 110001

Color Harmonies of #6B918C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B918C

Black with #6B918C

Text Example


Text Example

White with #6B918C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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