Html Css Color HEX #699E93 Gumbo

📋 copy color: '#699E93'

red 105 ◦ green 158 ◦ blue 147

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

Shades of Gumbo #699E93

Tints of Gumbo #699E93

RGB

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

 GREEN value IS 158 (62.11% from 255) = 38.54%

 BLUE value IS 147 (57.81% from 255) = 35.85%

R = 25.61%
G = 38.54%
B = 35.85%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.07

 K value IS 0.38

RGB Variations

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

Color information

#699E93 (or 0x699E93) is known color: Gumbo. HEX triplet: 69, 9E and 93. RGB value is (105,158,147). Sum of RGB (Red+Green+Blue) = 105+158+147=410 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.61% from 410); Green value is 158 (62.11% from 255 or 38.54% from 410); Blue value is 147 (57.81% from 255 or 35.85% from 410); Max value from RGB is 158 - color contains mainly: green. Hex color #699E93 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699E93 is #96616C. Grayscale: #8C8C8C. Windows color (decimal): -9855341 or 9674345. OLE color: 9674345.

HSL color Cylindrical-coordinate representation of color #699E93: hue angle of 167.55º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #699E93 is Cyan = 0.34, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.38.

Color convert

RGB 105 158 147 -
CMYK 0.34 0 0.07 0.38
HSL 167.55º 0.21% 0.52% -
HSV(B) 167.55º 0.34% 0.62% -
XYZ 23.32 29.56 32.08 -
YUV 140.9 131.44 102.39 -
System Red Green Blue C M Y K H S L
Decimal 105 158 147 0.34 0 0.07 0.38 167.55 0.21 0.52
Hex 69 9E 93 22 0 7 26 A8 15 34
Octal 151 236 223 42 0 7 46 250 25 64
Binary 1101001 10011110 10010011 100010 0 111 100110 10101000 10101 110100

Color Harmonies of #699E93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699E93

Black with #699E93

Text Example


Text Example

White with #699E93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,158,147); }

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

background-color css

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

 a { background-color: rgb(105,158,147); }

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

border-color css

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

 span { border-color: rgb(105,158,147); }

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