Html Css Color HEX #698F8A Gumbo

📋 copy color: '#698F8A'

red 105 ◦ green 143 ◦ blue 138

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

Shades of Gumbo #698F8A

Tints of Gumbo #698F8A

RGB

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

 GREEN value IS 143 (56.25% from 255) = 37.05%

 BLUE value IS 138 (54.3% from 255) = 35.75%

R = 27.2%
G = 37.05%
B = 35.75%

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

#698F8A (or 0x698F8A) is known color: Gumbo. HEX triplet: 69, 8F and 8A. RGB value is (105,143,138). Sum of RGB (Red+Green+Blue) = 105+143+138=386 (51% of max value = 765). Red value is 105 (41.41% from 255 or 27.20% from 386); Green value is 143 (56.25% from 255 or 37.05% from 386); Blue value is 138 (54.30% from 255 or 35.75% from 386); Max value from RGB is 143 - color contains mainly: green. Hex color #698F8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698F8A is #967075. Grayscale: #838383. Windows color (decimal): -9859190 or 9080681. OLE color: 9080681.

HSL color Cylindrical-coordinate representation of color #698F8A: hue angle of 172.11º degrees, saturation: 0.15, 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 #698F8A is Cyan = 0.27, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.44.

Color convert

RGB 105 143 138 -
CMYK 0.27 0 0.03 0.44
HSL 172.11º 0.15% 0.49% -
HSV(B) 172.11º 0.27% 0.56% -
XYZ 20.24 24.48 27.7 -
YUV 131.07 131.91 109.41 -
System Red Green Blue C M Y K H S L
Decimal 105 143 138 0.27 0 0.03 0.44 172.11 0.15 0.49
Hex 69 8F 8A 1B 0 3 2C AC F 31
Octal 151 217 212 33 0 3 54 254 17 61
Binary 1101001 10001111 10001010 11011 0 11 101100 10101100 1111 110001

Color Harmonies of #698F8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698F8A

Black with #698F8A

Text Example


Text Example

White with #698F8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698F8A; }

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

 H1.HeaderClassName
 {
   color: #698F8A;
 }
 .AnyTagClassName
 {
   color: #698F8A;
 }
</style>

background-color css

<style>
 a { background-color: #698F8A; }

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

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

border-color css

<style>
 span { border-color: #698F8A; }

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

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