Html Css Color HEX #6D998C Granny Smith

📋 copy color: '#6D998C'

red 109 ◦ green 153 ◦ blue 140

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

Shades of Granny Smith #6D998C

Tints of Granny Smith #6D998C

RGB

 RED value IS 109 (42.97% from 255) = 27.11%

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

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

R = 27.11%
G = 38.06%
B = 34.83%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.08

 K value IS 0.4

RGB Variations

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

Color information

#6D998C (or 0x6D998C) is known color: Granny Smith. HEX triplet: 6D, 99 and 8C. RGB value is (109,153,140). Sum of RGB (Red+Green+Blue) = 109+153+140=402 (53% of max value = 765). Red value is 109 (42.97% from 255 or 27.11% from 402); Green value is 153 (60.16% from 255 or 38.06% from 402); Blue value is 140 (55.08% from 255 or 34.83% from 402); Max value from RGB is 153 - color contains mainly: green. Hex color #6D998C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D998C is #926673. Grayscale: #8A8A8A. Windows color (decimal): -9594484 or 9214317. OLE color: 9214317.

HSL color Cylindrical-coordinate representation of color #6D998C: hue angle of 162.27º 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 #6D998C is Cyan = 0.29, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.4.

Color convert

RGB 109 153 140 -
CMYK 0.29 0 0.08 0.4
HSL 162.27º 0.18% 0.51% -
HSV(B) 162.27º 0.29% 0.6% -
XYZ 22.43 27.93 29.02 -
YUV 138.36 128.92 107.06 -
System Red Green Blue C M Y K H S L
Decimal 109 153 140 0.29 0 0.08 0.4 162.27 0.18 0.51
Hex 6D 99 8C 1D 0 8 28 A2 12 33
Octal 155 231 214 35 0 10 50 242 22 63
Binary 1101101 10011001 10001100 11101 0 1000 101000 10100010 10010 110011

Color Harmonies of #6D998C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D998C

Black with #6D998C

Text Example


Text Example

White with #6D998C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,153,140); }

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

background-color css

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

 a { background-color: rgb(109,153,140); }

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

border-color css

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

 span { border-color: rgb(109,153,140); }

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