#6A9692

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

Shades of Juniper #6A9692

Tints of Juniper #6A9692

Color information

#6A9692 (or 0x6A9692) is unknown color: approx Juniper. HEX triplet: 6A, 96 and 92. RGB value is (106,150,146). Sum of RGB (Red+Green+Blue) = 106+150+146=402 (53% of max value = 765). Red value is 106 (41.80% from 255 or 26.37% from 402); Green value is 150 (58.98% from 255 or 37.31% from 402); Blue value is 146 (57.42% from 255 or 36.32% from 402); Max value from RGB is 150 - color contains mainly: green. Hex color #6A9692 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A9692 is #95696D. Grayscale: #888888. Windows color (decimal): -9791854 or 9606762. OLE color: 9606762.

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

Color convert

RGB106150146-
CMYK0.2900.030.41
HSL174.55º17.32%50.2%-
HSV(B)174.55º29.33%58.82%-
XYZ22.0426.9531.23-
YUV136.39133.42106.33-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 26.37%
GREEN value IS 150 (58.98% from 255) = 37.31%
BLUE value IS 146 (57.42% from 255) = 36.32%
R=26.37%
G=37.31%
B=36.32%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1061501460.2900.030.41174.5517.3250.2
Hex6A96921D0329af1132
Octal1522262223503512572162
Binary11010101001011010010010111010111010011010111110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A9692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,150,146); }

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

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

 a { background-color: rgb(106,150,146); }

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

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

 span { border-color: rgb(106,150,146); }

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