Html Css Color HEX #69928B Gumbo

📋 copy color: '#69928B'

red 105 ◦ green 146 ◦ blue 139

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

Shades of Gumbo #69928B

Tints of Gumbo #69928B

RGB

 RED value IS 105 (41.41% from 255) = 26.92%

 GREEN value IS 146 (57.42% from 255) = 37.44%

 BLUE value IS 139 (54.69% from 255) = 35.64%

R = 26.92%
G = 37.44%
B = 35.64%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.05

 K value IS 0.43

RGB Variations

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

Color information

#69928B (or 0x69928B) is known color: Gumbo. HEX triplet: 69, 92 and 8B. RGB value is (105,146,139). Sum of RGB (Red+Green+Blue) = 105+146+139=390 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.92% from 390); Green value is 146 (57.42% from 255 or 37.44% from 390); Blue value is 139 (54.69% from 255 or 35.64% from 390); Max value from RGB is 146 - color contains mainly: green. Hex color #69928B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69928B is #966D74. Grayscale: #848484. Windows color (decimal): -9858421 or 9146985. OLE color: 9146985.

HSL color Cylindrical-coordinate representation of color #69928B: hue angle of 169.76º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #69928B is Cyan = 0.28, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.43.

Color convert

RGB 105 146 139 -
CMYK 0.28 0 0.05 0.43
HSL 169.76º 0.16% 0.49% -
HSV(B) 169.76º 0.28% 0.57% -
XYZ 20.76 25.43 28.24 -
YUV 132.94 131.42 108.07 -
System Red Green Blue C M Y K H S L
Decimal 105 146 139 0.28 0 0.05 0.43 169.76 0.16 0.49
Hex 69 92 8B 1C 0 5 2B AA 10 31
Octal 151 222 213 34 0 5 53 252 20 61
Binary 1101001 10010010 10001011 11100 0 101 101011 10101010 10000 110001

Color Harmonies of #69928B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69928B

Black with #69928B

Text Example


Text Example

White with #69928B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69928B; }

 p { color: rgb(105,146,139); }

 H1.HeaderClassName
 {
   color: #69928B;
 }
 .AnyTagClassName
 {
   color: #69928B;
 }
</style>

background-color css

<style>
 a { background-color: #69928B; }

 a { background-color: rgb(105,146,139); }

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

border-color css

<style>
 span { border-color: #69928B; }

 span { border-color: rgb(105,146,139); }

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