Html Css Color HEX #6C8775 Blue Smoke

📋 copy color: '#6C8775'

red 108 ◦ green 135 ◦ blue 117

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

Shades of Blue Smoke #6C8775

Tints of Blue Smoke #6C8775

RGB

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

 GREEN value IS 135 (53.13% from 255) = 37.5%

 BLUE value IS 117 (46.09% from 255) = 32.5%

R = 30%
G = 37.5%
B = 32.5%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.13

 K value IS 0.47

RGB Variations

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

Color information

#6C8775 (or 0x6C8775) is known color: Blue Smoke. HEX triplet: 6C, 87 and 75. RGB value is (108,135,117). Sum of RGB (Red+Green+Blue) = 108+135+117=360 (47% of max value = 765). Red value is 108 (42.58% from 255 or 30% from 360); Green value is 135 (53.12% from 255 or 37.5% from 360); Blue value is 117 (46.09% from 255 or 32.5% from 360); Max value from RGB is 135 - color contains mainly: green. Hex color #6C8775 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C8775 is #93788A. Grayscale: #7C7C7C. Windows color (decimal): -9664651 or 7702380. OLE color: 7702380.

HSL color Cylindrical-coordinate representation of color #6C8775: hue angle of 140º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6C8775 is Cyan = 0.2, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB 108 135 117 -
CMYK 0.2 0 0.13 0.47
HSL 140º 0.11% 0.48% -
HSV(B) 140º 0.2% 0.53% -
XYZ 18.06 21.8 20.09 -
YUV 124.88 123.55 115.96 -
System Red Green Blue C M Y K H S L
Decimal 108 135 117 0.2 0 0.13 0.47 140 0.11 0.48
Hex 6C 87 75 14 0 D 2F 8C B 30
Octal 154 207 165 24 0 15 57 214 13 60
Binary 1101100 10000111 1110101 10100 0 1101 101111 10001100 1011 110000

Color Harmonies of #6C8775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C8775

Black with #6C8775

Text Example


Text Example

White with #6C8775

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,135,117); }

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

background-color css

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

 a { background-color: rgb(108,135,117); }

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

border-color css

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

 span { border-color: rgb(108,135,117); }

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