Html Css Color HEX #69908C Gumbo

📋 copy color: '#69908C'

red 105 ◦ green 144 ◦ blue 140

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

Shades of Gumbo #69908C

Tints of Gumbo #69908C

RGB

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

 GREEN value IS 144 (56.64% from 255) = 37.02%

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

R = 26.99%
G = 37.02%
B = 35.99%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.03

 K value IS 0.44

RGB Variations

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

Color information

#69908C (or 0x69908C) is known color: Gumbo. HEX triplet: 69, 90 and 8C. RGB value is (105,144,140). Sum of RGB (Red+Green+Blue) = 105+144+140=389 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.99% from 389); Green value is 144 (56.64% from 255 or 37.02% from 389); Blue value is 140 (55.08% from 255 or 35.99% from 389); Max value from RGB is 144 - color contains mainly: green. Hex color #69908C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69908C is #966F73. Grayscale: #838383. Windows color (decimal): -9858932 or 9212009. OLE color: 9212009.

HSL color Cylindrical-coordinate representation of color #69908C: hue angle of 173.85º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #69908C is Cyan = 0.27, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.44.

Color convert

RGB 105 144 140 -
CMYK 0.27 0 0.03 0.44
HSL 173.85º 0.16% 0.49% -
HSV(B) 173.85º 0.27% 0.56% -
XYZ 20.53 24.84 28.52 -
YUV 131.88 132.58 108.83 -
System Red Green Blue C M Y K H S L
Decimal 105 144 140 0.27 0 0.03 0.44 173.85 0.16 0.49
Hex 69 90 8C 1B 0 3 2C AE 10 31
Octal 151 220 214 33 0 3 54 256 20 61
Binary 1101001 10010000 10001100 11011 0 11 101100 10101110 10000 110001

Color Harmonies of #69908C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69908C

Black with #69908C

Text Example


Text Example

White with #69908C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69908C; }

 p { color: rgb(105,144,140); }

 H1.HeaderClassName
 {
   color: #69908C;
 }
 .AnyTagClassName
 {
   color: #69908C;
 }
</style>

background-color css

<style>
 a { background-color: #69908C; }

 a { background-color: rgb(105,144,140); }

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

border-color css

<style>
 span { border-color: #69908C; }

 span { border-color: rgb(105,144,140); }

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