Html Css Color HEX #69948C Gumbo

📋 copy color: '#69948C'

red 105 ◦ green 148 ◦ blue 140

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

Shades of Gumbo #69948C

Tints of Gumbo #69948C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 37.66%

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

R = 26.72%
G = 37.66%
B = 35.62%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#69948C (or 0x69948C) is known color: Gumbo. HEX triplet: 69, 94 and 8C. RGB value is (105,148,140). Sum of RGB (Red+Green+Blue) = 105+148+140=393 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.72% from 393); Green value is 148 (58.20% from 255 or 37.66% from 393); Blue value is 140 (55.08% from 255 or 35.62% from 393); Max value from RGB is 148 - color contains mainly: green. Hex color #69948C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69948C is #966B73. Grayscale: #868686. Windows color (decimal): -9857908 or 9213033. OLE color: 9213033.

HSL color Cylindrical-coordinate representation of color #69948C: hue angle of 168.84º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #69948C is Cyan = 0.29, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB 105 148 140 -
CMYK 0.29 0 0.05 0.42
HSL 168.84º 0.17% 0.5% -
HSV(B) 168.84º 0.29% 0.58% -
XYZ 21.15 26.08 28.73 -
YUV 134.23 131.25 107.15 -
System Red Green Blue C M Y K H S L
Decimal 105 148 140 0.29 0 0.05 0.42 168.84 0.17 0.5
Hex 69 94 8C 1D 0 5 2A A9 11 32
Octal 151 224 214 35 0 5 52 251 21 62
Binary 1101001 10010100 10001100 11101 0 101 101010 10101001 10001 110010

Color Harmonies of #69948C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69948C

Black with #69948C

Text Example


Text Example

White with #69948C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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