Html Css Color HEX #69998F Gumbo

📋 copy color: '#69998F'

red 105 ◦ green 153 ◦ blue 143

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

Shades of Gumbo #69998F

Tints of Gumbo #69998F

RGB

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

 GREEN value IS 153 (60.16% from 255) = 38.15%

 BLUE value IS 143 (56.25% from 255) = 35.66%

R = 26.18%
G = 38.15%
B = 35.66%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.07

 K value IS 0.4

RGB Variations

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

Color information

#69998F (or 0x69998F) is known color: Gumbo. HEX triplet: 69, 99 and 8F. RGB value is (105,153,143). Sum of RGB (Red+Green+Blue) = 105+153+143=401 (53% of max value = 765). Red value is 105 (41.41% from 255 or 26.18% from 401); Green value is 153 (60.16% from 255 or 38.15% from 401); Blue value is 143 (56.25% from 255 or 35.66% from 401); Max value from RGB is 153 - color contains mainly: green. Hex color #69998F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69998F is #966670. Grayscale: #898989. Windows color (decimal): -9856625 or 9410921. OLE color: 9410921.

HSL color Cylindrical-coordinate representation of color #69998F: hue angle of 167.5º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #69998F is Cyan = 0.31, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.4.

Color convert

RGB 105 153 143 -
CMYK 0.31 0 0.07 0.4
HSL 167.5º 0.19% 0.51% -
HSV(B) 167.5º 0.31% 0.6% -
XYZ 22.17 27.77 30.18 -
YUV 137.51 131.1 104.81 -
System Red Green Blue C M Y K H S L
Decimal 105 153 143 0.31 0 0.07 0.4 167.5 0.19 0.51
Hex 69 99 8F 1F 0 7 28 A8 13 33
Octal 151 231 217 37 0 7 50 250 23 63
Binary 1101001 10011001 10001111 11111 0 111 101000 10101000 10011 110011

Color Harmonies of #69998F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69998F

Black with #69998F

Text Example


Text Example

White with #69998F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69998F; }

 p { color: rgb(105,153,143); }

 H1.HeaderClassName
 {
   color: #69998F;
 }
 .AnyTagClassName
 {
   color: #69998F;
 }
</style>

background-color css

<style>
 a { background-color: #69998F; }

 a { background-color: rgb(105,153,143); }

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

border-color css

<style>
 span { border-color: #69998F; }

 span { border-color: rgb(105,153,143); }

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