Html Css Color HEX #69988F Gumbo

📋 copy color: '#69988F'

red 105 ◦ green 152 ◦ blue 143

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

Shades of Gumbo #69988F

Tints of Gumbo #69988F

RGB

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

 GREEN value IS 152 (59.77% from 255) = 38%

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

R = 26.25%
G = 38%
B = 35.75%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.06

 K value IS 0.40

RGB Variations

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

Color information

#69988F (or 0x69988F) is known color: Gumbo. HEX triplet: 69, 98 and 8F. RGB value is (105,152,143). Sum of RGB (Red+Green+Blue) = 105+152+143=400 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.25% from 400); Green value is 152 (59.77% from 255 or 38% from 400); Blue value is 143 (56.25% from 255 or 35.75% from 400); Max value from RGB is 152 - color contains mainly: green. Hex color #69988F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69988F is #966770. Grayscale: #888888. Windows color (decimal): -9856881 or 9410665. OLE color: 9410665.

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

Color convert

RGB 105 152 143 -
CMYK 0.31 0 0.06 0.40
HSL 168.51º 0.19% 0.5% -
HSV(B) 168.51º 0.31% 0.6% -
XYZ 22.01 27.44 30.12 -
YUV 136.92 131.43 105.23 -
System Red Green Blue C M Y K H S L
Decimal 105 152 143 0.31 0 0.06 0.40 168.51 0.19 0.5
Hex 69 98 8F 1F 0 6 28 A9 13 32
Octal 151 230 217 37 0 6 50 251 23 62
Binary 1101001 10011000 10001111 11111 0 110 101000 10101001 10011 110010

Color Harmonies of #69988F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69988F

Black with #69988F

Text Example


Text Example

White with #69988F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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