#6A948F

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

Shades of Juniper #6A948F

Tints of Juniper #6A948F

Color information

#6A948F (or 0x6A948F) is unknown color: approx Juniper. HEX triplet: 6A, 94 and 8F. RGB value is (106,148,143). Sum of RGB (Red+Green+Blue) = 106+148+143=397 (52% of max value = 765). Red value is 106 (41.80% from 255 or 26.70% from 397); Green value is 148 (58.20% from 255 or 37.28% from 397); Blue value is 143 (56.25% from 255 or 36.02% from 397); Max value from RGB is 148 - color contains mainly: green. Hex color #6A948F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A948F is #956B70. Grayscale: #868686. Windows color (decimal): -9792369 or 9409642. OLE color: 9409642.

HSL color Cylindrical-coordinate representation of color #6A948F: hue angle of 172.86º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6A948F is Cyan = 0.28, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB106148143-
CMYK0.2800.030.42
HSL172.86º16.54%49.8%-
HSV(B)172.86º28.38%58.04%-
XYZ21.4926.2329.92-
YUV134.87132.59107.41-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 26.70%
GREEN value IS 148 (58.20% from 255) = 37.28%
BLUE value IS 143 (56.25% from 255) = 36.02%
R=26.70%
G=37.28%
B=36.02%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1061481430.2800.030.42172.8616.5449.8
Hex6A948F1C032Aad1132
Octal1522242173403522552162
Binary11010101001010010001111111000111010101010110110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A948F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,148,143); }

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

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

 a { background-color: rgb(106,148,143); }

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

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

 span { border-color: rgb(106,148,143); }

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