#6C908E

Color #6C908E Juniper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Juniper #6C908E

Tints of Juniper #6C908E

Color information

#6C908E (or 0x6C908E) is unknown color: approx Juniper. HEX triplet: 6C, 90 and 8E. RGB value is (108,144,142). Sum of RGB (Red+Green+Blue) = 108+144+142=394 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27.41% from 394); Green value is 144 (56.64% from 255 or 36.55% from 394); Blue value is 142 (55.86% from 255 or 36.04% from 394); Max value from RGB is 144 - color contains mainly: green. Hex color #6C908E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6C908E is #936F71. Grayscale: #848484. Windows color (decimal): -9662322 or 9343084. OLE color: 9343084.

HSL color Cylindrical-coordinate representation of color #6C908E: hue angle of 176.67º degrees, saturation: 0.14, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6C908E is Cyan = 0.25, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.44.

Color convert

RGB108144142-
CMYK0.2500.010.44
HSL176.67º14.29%49.41%-
HSV(B)176.67º25%56.47%-
XYZ21.0425.0929.32-
YUV133.01133.07110.16-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 27.41%
GREEN value IS 144 (56.64% from 255) = 36.55%
BLUE value IS 142 (55.86% from 255) = 36.04%
R=27.41%
G=36.55%
B=36.04%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1081441420.2500.010.44176.6714.2949.41
Hex6C908E19012Cb1e31
Octal1542202163101542611661
Binary110110010010000100011101100101101100101100011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C908E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,144,142); }

 H1.HeaderClassName
 {
   color: #6C908E;
 }
 .AnyTagClassName
 {
   color: #6C908E;
 }
</style>
background-color css

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

 a { background-color: rgb(108,144,142); }

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

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

 span { border-color: rgb(108,144,142); }

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