Html Css Color HEX #6E998D Granny Smith

📋 copy color: '#6E998D'

red 110 ◦ green 153 ◦ blue 141

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

Shades of Granny Smith #6E998D

Tints of Granny Smith #6E998D

RGB

 RED value IS 110 (43.36% from 255) = 27.23%

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

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

R = 27.23%
G = 37.87%
B = 34.9%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.08

 K value IS 0.4

RGB Variations

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

Color information

#6E998D (or 0x6E998D) is known color: Granny Smith. HEX triplet: 6E, 99 and 8D. RGB value is (110,153,141). Sum of RGB (Red+Green+Blue) = 110+153+141=404 (53% of max value = 765). Red value is 110 (43.36% from 255 or 27.23% from 404); Green value is 153 (60.16% from 255 or 37.87% from 404); Blue value is 141 (55.47% from 255 or 34.90% from 404); Max value from RGB is 153 - color contains mainly: green. Hex color #6E998D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E998D is #916672. Grayscale: #8A8A8A. Windows color (decimal): -9528947 or 9279854. OLE color: 9279854.

HSL color Cylindrical-coordinate representation of color #6E998D: hue angle of 163.26º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6E998D is Cyan = 0.28, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.4.

Color convert

RGB 110 153 141 -
CMYK 0.28 0 0.08 0.4
HSL 163.26º 0.17% 0.52% -
HSV(B) 163.26º 0.28% 0.6% -
XYZ 22.63 28.02 29.42 -
YUV 138.78 129.25 107.48 -
System Red Green Blue C M Y K H S L
Decimal 110 153 141 0.28 0 0.08 0.4 163.26 0.17 0.52
Hex 6E 99 8D 1C 0 8 28 A3 11 34
Octal 156 231 215 34 0 10 50 243 21 64
Binary 1101110 10011001 10001101 11100 0 1000 101000 10100011 10001 110100

Color Harmonies of #6E998D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E998D

Black with #6E998D

Text Example


Text Example

White with #6E998D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,153,141); }

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

background-color css

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

 a { background-color: rgb(110,153,141); }

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

border-color css

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

 span { border-color: rgb(110,153,141); }

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