Html Css Color HEX #6A968D Gumbo

📋 copy color: '#6A968D'

red 106 ◦ green 150 ◦ blue 141

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

Shades of Gumbo #6A968D

Tints of Gumbo #6A968D

RGB

 RED value IS 106 (41.8% from 255) = 26.7%

 GREEN value IS 150 (58.98% from 255) = 37.78%

 BLUE value IS 141 (55.47% from 255) = 35.52%

R = 26.7%
G = 37.78%
B = 35.52%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.06

 K value IS 0.41

RGB Variations

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

Color information

#6A968D (or 0x6A968D) is known color: Gumbo. HEX triplet: 6A, 96 and 8D. RGB value is (106,150,141). Sum of RGB (Red+Green+Blue) = 106+150+141=397 (52% of max value = 765). Red value is 106 (41.80% from 255 or 26.70% from 397); Green value is 150 (58.98% from 255 or 37.78% from 397); Blue value is 141 (55.47% from 255 or 35.52% from 397); Max value from RGB is 150 - color contains mainly: green. Hex color #6A968D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A968D is #956972. Grayscale: #878787. Windows color (decimal): -9791859 or 9279082. OLE color: 9279082.

HSL color Cylindrical-coordinate representation of color #6A968D: hue angle of 167.73º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6A968D is Cyan = 0.29, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.41.

Color convert

RGB 106 150 141 -
CMYK 0.29 0 0.06 0.41
HSL 167.73º 0.17% 0.5% -
HSV(B) 167.73º 0.29% 0.59% -
XYZ 21.66 26.8 29.23 -
YUV 135.82 130.92 106.73 -
System Red Green Blue C M Y K H S L
Decimal 106 150 141 0.29 0 0.06 0.41 167.73 0.17 0.5
Hex 6A 96 8D 1D 0 6 29 A8 11 32
Octal 152 226 215 35 0 6 51 250 21 62
Binary 1101010 10010110 10001101 11101 0 110 101001 10101000 10001 110010

Color Harmonies of #6A968D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A968D

Black with #6A968D

Text Example


Text Example

White with #6A968D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6A968D; }

 p { color: rgb(106,150,141); }

 H1.HeaderClassName
 {
   color: #6A968D;
 }
 .AnyTagClassName
 {
   color: #6A968D;
 }
</style>

background-color css

<style>
 a { background-color: #6A968D; }

 a { background-color: rgb(106,150,141); }

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

border-color css

<style>
 span { border-color: #6A968D; }

 span { border-color: rgb(106,150,141); }

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