Html Css Color HEX #6C998F Gumbo

📋 copy color: '#6C998F'

red 108 ◦ green 153 ◦ blue 143

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

Shades of Gumbo #6C998F

Tints of Gumbo #6C998F

RGB

 RED value IS 108 (42.58% from 255) = 26.73%

 GREEN value IS 153 (60.16% from 255) = 37.87%

 BLUE value IS 143 (56.25% from 255) = 35.4%

R = 26.73%
G = 37.87%
B = 35.4%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.07

 K value IS 0.4

RGB Variations

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

Color information

#6C998F (or 0x6C998F) is known color: Gumbo. HEX triplet: 6C, 99 and 8F. RGB value is (108,153,143). Sum of RGB (Red+Green+Blue) = 108+153+143=404 (53% of max value = 765). Red value is 108 (42.58% from 255 or 26.73% from 404); Green value is 153 (60.16% from 255 or 37.87% from 404); Blue value is 143 (56.25% from 255 or 35.40% from 404); Max value from RGB is 153 - color contains mainly: green. Hex color #6C998F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6C998F is #936670. Grayscale: #8A8A8A. Windows color (decimal): -9660017 or 9410924. OLE color: 9410924.

HSL color Cylindrical-coordinate representation of color #6C998F: hue angle of 166.67º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6C998F is Cyan = 0.29, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.4.

Color convert

RGB 108 153 143 -
CMYK 0.29 0 0.07 0.4
HSL 166.67º 0.18% 0.51% -
HSV(B) 166.67º 0.29% 0.6% -
XYZ 22.53 27.95 30.19 -
YUV 138.41 130.59 106.31 -
System Red Green Blue C M Y K H S L
Decimal 108 153 143 0.29 0 0.07 0.4 166.67 0.18 0.51
Hex 6C 99 8F 1D 0 7 28 A7 12 33
Octal 154 231 217 35 0 7 50 247 22 63
Binary 1101100 10011001 10001111 11101 0 111 101000 10100111 10010 110011

Color Harmonies of #6C998F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C998F

Black with #6C998F

Text Example


Text Example

White with #6C998F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,153,143); }

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

background-color css

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

 a { background-color: rgb(108,153,143); }

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

border-color css

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

 span { border-color: rgb(108,153,143); }

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