Html Css Color HEX #699B91 Gumbo

📋 copy color: '#699B91'

red 105 ◦ green 155 ◦ blue 145

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

Shades of Gumbo #699B91

Tints of Gumbo #699B91

RGB

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

 GREEN value IS 155 (60.94% from 255) = 38.27%

 BLUE value IS 145 (57.03% from 255) = 35.8%

R = 25.93%
G = 38.27%
B = 35.8%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.06

 K value IS 0.39

RGB Variations

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

Color information

#699B91 (or 0x699B91) is known color: Gumbo. HEX triplet: 69, 9B and 91. RGB value is (105,155,145). Sum of RGB (Red+Green+Blue) = 105+155+145=405 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.93% from 405); Green value is 155 (60.94% from 255 or 38.27% from 405); Blue value is 145 (57.03% from 255 or 35.80% from 405); Max value from RGB is 155 - color contains mainly: green. Hex color #699B91 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699B91 is #96646E. Grayscale: #8A8A8A. Windows color (decimal): -9856111 or 9542505. OLE color: 9542505.

HSL color Cylindrical-coordinate representation of color #699B91: hue angle of 168º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #699B91 is Cyan = 0.32, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.39.

Color convert

RGB 105 155 145 -
CMYK 0.32 0 0.06 0.39
HSL 168º 0.2% 0.51% -
HSV(B) 168º 0.32% 0.61% -
XYZ 22.66 28.49 31.09 -
YUV 138.91 131.44 103.81 -
System Red Green Blue C M Y K H S L
Decimal 105 155 145 0.32 0 0.06 0.39 168 0.2 0.51
Hex 69 9B 91 20 0 6 27 A8 14 33
Octal 151 233 221 40 0 6 47 250 24 63
Binary 1101001 10011011 10010001 100000 0 110 100111 10101000 10100 110011

Color Harmonies of #699B91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699B91

Black with #699B91

Text Example


Text Example

White with #699B91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699B91; }

 p { color: rgb(105,155,145); }

 H1.HeaderClassName
 {
   color: #699B91;
 }
 .AnyTagClassName
 {
   color: #699B91;
 }
</style>

background-color css

<style>
 a { background-color: #699B91; }

 a { background-color: rgb(105,155,145); }

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

border-color css

<style>
 span { border-color: #699B91; }

 span { border-color: rgb(105,155,145); }

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