Html Css Color HEX #69998E Gumbo

📋 copy color: '#69998E'

red 105 ◦ green 153 ◦ blue 142

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

Shades of Gumbo #69998E

Tints of Gumbo #69998E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 35.5%

R = 26.25%
G = 38.25%
B = 35.5%

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

#69998E (or 0x69998E) is known color: Gumbo. HEX triplet: 69, 99 and 8E. RGB value is (105,153,142). Sum of RGB (Red+Green+Blue) = 105+153+142=400 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.25% from 400); Green value is 153 (60.16% from 255 or 38.25% from 400); Blue value is 142 (55.86% from 255 or 35.5% from 400); Max value from RGB is 153 - color contains mainly: green. Hex color #69998E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69998E is #966671. Grayscale: #898989. Windows color (decimal): -9856626 or 9345385. OLE color: 9345385.

HSL color Cylindrical-coordinate representation of color #69998E: hue angle of 166.25º 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 #69998E is Cyan = 0.31, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.4.

Color convert

RGB 105 153 142 -
CMYK 0.31 0 0.07 0.4
HSL 166.25º 0.19% 0.51% -
HSV(B) 166.25º 0.31% 0.6% -
XYZ 22.1 27.74 29.78 -
YUV 137.39 130.6 104.89 -
System Red Green Blue C M Y K H S L
Decimal 105 153 142 0.31 0 0.07 0.4 166.25 0.19 0.51
Hex 69 99 8E 1F 0 7 28 A6 13 33
Octal 151 231 216 37 0 7 50 246 23 63
Binary 1101001 10011001 10001110 11111 0 111 101000 10100110 10011 110011

Color Harmonies of #69998E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69998E

Black with #69998E

Text Example


Text Example

White with #69998E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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